mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 06:56: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.
7 lines
248 B
CMake
7 lines
248 B
CMake
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_EXCEPTIONS 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 "")
|