[OpenMP][AMDGPU] Enable omptest build (#161649)

This enables building the omptest library across the AMD buildbots that
rely on this CMake cache.
This commit is contained in:
Jan Patrick Lehr 2026-03-16 16:25:12 +01:00 committed by GitHub
parent 439c7ca9ad
commit 964091a2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,8 @@ set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "")
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 16" CACHE STRING "")
set(LIBOMPTEST_BUILD_UNITTESTS ON CACHE BOOL "")
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")
set(CLANG_DEFAULT_RTLIB "compiler-rt" STRING "")