Skip to content

Commit 57c1088

Browse files
committed
[OpenMP][AMDGPU] Enable omptest build
This enables building the omptest library across the AMD buildbots that rely on this CMake cache.
1 parent e84dcba commit 57c1088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

offload/cmake/caches/AMDGPUBot.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
1717
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "")
1818
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 16" CACHE STRING "")
1919

20+
set(LIBOMPTEST_BUILD_UNITTESTS ON CACHE BOOL "")
21+
2022
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")
2123
set(CLANG_DEFAULT_RTLIB "compiler-rt" STRING "")
2224

0 commit comments

Comments
 (0)