summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/config-ix.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 077ed9830..62ffa33f8 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -299,6 +299,9 @@ set(ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64})
if(APPLE)
include(CompilerRTDarwinUtils)
+ # tsan fails almost everything for x86_64h
+ list(REMOVE_ITEM ALL_TSAN_SUPPORTED_ARCH x86_64h)
+
# On Darwin if /usr/include doesn't exist, the user probably has Xcode but not
# the command line tools. If this is the case, we need to find the OS X
# sysroot to pass to clang.