aboutsummaryrefslogtreecommitdiff
path: root/libcxx/cmake/caches/Generic-tsan.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/cmake/caches/Generic-tsan.cmake')
-rw-r--r--libcxx/cmake/caches/Generic-tsan.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/cmake/caches/Generic-tsan.cmake b/libcxx/cmake/caches/Generic-tsan.cmake
index c42c1bb..662fb1f 100644
--- a/libcxx/cmake/caches/Generic-tsan.cmake
+++ b/libcxx/cmake/caches/Generic-tsan.cmake
@@ -1,2 +1,4 @@
set(LLVM_USE_SANITIZER "Thread" CACHE STRING "")
set(LIBCXXABI_USE_LLVM_UNWINDER OFF CACHE BOOL "") # TSAN is compiled against the system unwinder, which leads to false positives
+set(LIBCXX_TEST_PARAMS "enable_modules=clang" CACHE STRING "")
+set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")