Skip to content

Commit fe18796

Browse files
authored
[Offload][AMDGPU] Enable SPIRV target in build conf (#129323)
Enable the SPIRV backend on the CMake-cache file buildbots.
1 parent 9b7b7d6 commit fe18796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/cmake/caches/AMDGPUBot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "")
1414

1515
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
1616
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
17-
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU" CACHE STRING "")
17+
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "")
1818
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 32" CACHE STRING "")
1919

2020
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")

0 commit comments

Comments
 (0)