Skip to content

Commit bedfa3d

Browse files
authored
[AMDGPU][Offload] Update the way OpenMP device RTL is built (#596)
1 parent 3c00706 commit bedfa3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,8 @@
19621962
"-DLLVM_ENABLE_ASSERTIONS=ON",
19631963
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
19641964
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
1965+
"-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES='compiler-rt;openmp'",
1966+
"-DLLVM_RUNTIME_TARGETS=default;amdgcn-amd-amdhsa",
19651967
],
19661968
env={
19671969
'HSA_ENABLE_SDMA':'0',

0 commit comments

Comments
 (0)