[Offload][AMDGPU] Enable SPIRV target in build conf (#129323)

Enable the SPIRV backend on the CMake-cache file buildbots.
This commit is contained in:
Jan Patrick Lehr 2025-03-01 21:56:28 +01:00 committed by GitHub
parent 9b7b7d6075
commit fe18796142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "")
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU" CACHE STRING "")
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "")
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 32" CACHE STRING "")
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")