From 14b3380ed9da277bd65f2b61f2548cb17bd458ba Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Thu, 27 Nov 2025 03:55:59 -0600 Subject: [PATCH] [AMDGPU][Offload] Enable flang-rt build on amdhsa Recent changes in CMake require to explicitly build the flang-rt for the offload target. --- 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..5c61166f0 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;openmp;flang-rt'", "-DLLVM_RUNTIME_TARGETS=default;amdgcn-amd-amdhsa", "-DCOMPILER_RT_BUILD_ORC=OFF", "-DCOMPILER_RT_BUILD_XRAY=OFF",