mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 03:36:06 +00:00

This speeds up the CI a bit (anecdotally ~10%) for those jobs, and it also helps ensure that we are clean w.r.t. Clang modules when we disable some of the carve-outs like no-localization or no-threads.
6 lines
200 B
CMake
6 lines
200 B
CMake
set(LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "")
|
|
|
|
# Speed up the CI
|
|
set(LIBCXX_TEST_PARAMS "enable_modules=clang" CACHE STRING "")
|
|
set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")
|