From 8580f16f1f419abd2add299281f2d1fef1495817 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Tue, 9 Dec 2025 15:54:16 +0100 Subject: [PATCH] Fix openmp-offload-amdgpu-clang-flang after #169638 --- buildbot/osuosl/master/config/builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 3d845dab4..035ea699a 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -2122,7 +2122,7 @@ def collapseRequestsDoxygen(master, builder, req1, req2): "-DCMAKE_CXX_STANDARD=17", "-DBUILD_SHARED_LIBS=ON", "-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;host", - "-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES='compiler-rt;openmp'", + "-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES='compiler-rt;flang-rt;openmp'", "-DLLVM_RUNTIME_TARGETS=default;amdgcn-amd-amdhsa", "-DCOMPILER_RT_BUILD_ORC=OFF", "-DCOMPILER_RT_BUILD_XRAY=OFF",