Skip to content

Commit 3f3f7d1

Browse files
committed
[Offload] Build the OpenMP device library with the AMDGPU libc bot
Summary: This is missing because I forgot to add it.
1 parent 75b0c89 commit 3f3f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/cmake/caches/AMDGPULibcBot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")
1717
set(CLANG_DEFAULT_RTLIB "compiler-rt" STRING "")
1818

1919
set(LLVM_RUNTIME_TARGETS default;amdgcn-amd-amdhsa CACHE STRING "")
20-
set(RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES "compiler-rt;libc" CACHE STRING "")
20+
set(RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;libc" CACHE STRING "")
2121
set(RUNTIMES_amdgcn-amd-amdhsa_LIBC_GPU_TEST_JOBS 4 CACHE STRING "")

0 commit comments

Comments
 (0)