xref: /llvm-project/libcxx/cmake/caches/Generic-msan.cmake (revision 148417bfaadf3c4c36074f3232ba6938dd6cbc61)
1set(LLVM_USE_SANITIZER "MemoryWithOrigins" CACHE STRING "")
2set(LIBCXX_TEST_PARAMS "long_tests=False" CACHE STRING "") # MSAN is really slow and tests can sometimes timeout otherwise
3set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")
4set(LIBCXXABI_USE_LLVM_UNWINDER OFF CACHE BOOL "") # MSAN is compiled against the system unwinder, which leads to false positives
5