summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorDevin Coughlin <dcoughlin@apple.com>2016-03-20 17:35:45 +0000
committerDevin Coughlin <dcoughlin@apple.com>2016-03-20 17:35:45 +0000
commitbf72ac0e4f968e3d09d6b83c72be5114800a2117 (patch)
tree15c4b325b5cd02217f4695fa5ab945dcd167e64d /cmake/config-ix.cmake
parent0bebd7519cc5d8f0cb964d92ce48fb66bebe41a9 (diff)
[tsan] Build TSan dylibs for iOS-style simulators
Update the compiler-rt cmake to build TSan dylibs for iOS-style simulators when the corresponding COMPILER_RT_ENABLE_FOO_OS setting is enabled. Differential Revision: http://reviews.llvm.org/D18277 Part of rdar://problem/24048382 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@263910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 0a9e9da7a..e7f315cf8 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -401,6 +401,7 @@ if(APPLE)
list(APPEND SANITIZER_COMMON_SUPPORTED_OS ${platform}sim)
list(APPEND BUILTIN_SUPPORTED_OS ${platform}sim)
list(APPEND PROFILE_SUPPORTED_OS ${platform}sim)
+ list(APPEND TSAN_SUPPORTED_OS ${platform}sim)
endif()
foreach(arch ${DARWIN_${platform}sim_ARCHS})
list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})