summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-02-02 22:42:25 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-02-02 22:42:25 +0000
commit7362200504035b21919cdbb25e9ec30c5f7d50c4 (patch)
treeeae45ca258b3e4c5afdafd1f272523c641f40eab /cmake/config-ix.cmake
parentcd2f5a5cecd0b61cad95ec4f8686973542b14503 (diff)
[TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.
This also reverts r259577 which was a quick-fix to fix buildbots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 62ffa33f8..077ed9830 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -299,9 +299,6 @@ 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.