This means that re-running with llvm-lit in that configuration will work as expected. This also enables assertions in libc++abi in the Generic-assertions CI job, which was disabled previously. Differential Revision: https://reviews.llvm.org/D122597
3 lines
97 B
CMake
3 lines
97 B
CMake
set(LIBCXX_ENABLE_ASSERTIONS ON CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_ASSERTIONS ON CACHE BOOL "")
|