Skip to content

Commit 14b3380

Browse files
committed
[AMDGPU][Offload] Enable flang-rt build on amdhsa
Recent changes in CMake require to explicitly build the flang-rt for the offload target.
1 parent 5f9e01c commit 14b3380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ def collapseRequestsDoxygen(master, builder, req1, req2):
21222122
"-DCMAKE_CXX_STANDARD=17",
21232123
"-DBUILD_SHARED_LIBS=ON",
21242124
"-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;host",
2125-
"-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES='compiler-rt;openmp'",
2125+
"-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES='compiler-rt;openmp;flang-rt'",
21262126
"-DLLVM_RUNTIME_TARGETS=default;amdgcn-amd-amdhsa",
21272127
"-DCOMPILER_RT_BUILD_ORC=OFF",
21282128
"-DCOMPILER_RT_BUILD_XRAY=OFF",

0 commit comments

Comments
 (0)