File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ set (CMAKE_INSTALL_PREFIX /tmp/llvm.install .test CACHE STRING "" )
2+
3+ set (CMAKE_BUILD_TYPE Release CACHE STRING "" )
4+ set (BUILD_SHARED_LIBS ON CACHE BOOL "" )
5+ set (CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "" )
6+ set (CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "" )
7+
8+ set (LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "" )
9+ set (LLVM_ENABLE_RUNTIMES "compiler-rt;libunwind;openmp;offload" CACHE STRING "" )
10+ set (LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "" )
11+
12+ set (LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "" )
13+ set (LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "" )
14+ set (LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "" )
15+
16+ set (CLANG_DEFAULT_LINKER "lld" CACHE STRING "" )
17+ set (CLANG_DEFAULT_RTLIB "compiler-rt" STRING "" )
18+
19+ set (LLVM_RUNTIME_TARGETS default;amdgcn-amd-amdhsa CACHE STRING "" )
20+ set (RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES "compiler-rt;libc" CACHE STRING "" )
You can’t perform that action at this time.
0 commit comments