File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # This file is meant for test builds on one basic AMDGPU buildbot only.
1+ # This file is used across all AMDGPU-cmake builders
22
33# Install directory set to /tmp as this is a bot config
44set (CMAKE_INSTALL_PREFIX /tmp/llvm.install .test CACHE STRING "" )
55
6+ # General settings
7+ set (CMAKE_BUILD_TYPE Release CACHE STRING "" )
8+ set (CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "" )
9+ set (CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "" )
10+
611set (LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "" )
712set (LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "" )
13+
814set (LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "" )
915set (LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "" )
10- set (LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 32" CACHE STRING "" )
1116set (LLVM_TARGETS_TO_BUILD "host;AMDGPU" CACHE STRING "" )
17+ set (LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 32" CACHE STRING "" )
1218
1319set (CLANG_DEFAULT_LINKER "lld" CACHE STRING "" )
14-
15- set (CMAKE_BUILD_TYPE Release CACHE STRING "" )
16- set (CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "" )
17- set (CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "" )
You can’t perform that action at this time.
0 commit comments