[llvm] [Offload] Add CMake cache to be used in AMDGPU bot (PR #119369)

Jan Patrick Lehr via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 07:15:15 PST 2024


================
@@ -0,0 +1,14 @@
+set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "")
+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_LIT_ARGS "-vv --show-unsupported --timeout 100 --show-xfail -j 64" CACHE STRING "")
+# set(LLVM_RUNTIME_TARGETS default;amdgcn-amd-amdhsa CACHE STRING "")
+set(LLVM_TARGETS_TO_BUILD X86;AMDGPU CACHE STRING "")
----------------
jplehr wrote:

That's my understanding too. However, I used quotes for a lot of things, so I can also add them there to have this less surprising.

https://github.com/llvm/llvm-project/pull/119369


More information about the llvm-commits mailing list