summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-09-30 20:25:10 +0000
committerChris Bieneman <beanz@apple.com>2015-09-30 20:25:10 +0000
commitd4b232073da9f5eea10e18c5274e59ad071dc954 (patch)
tree9a373536640b1b9b10ac019a8f86a4f884ee3204 /cmake/config-ix.cmake
parent9a9de764158e69caf8a91eadc4ef25bb29f16697 (diff)
[CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setting based.
This is needed because we need to skip cc_kext generation for more than just the simulator builds. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248939 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 3b29f87f6..a3f2a2acc 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -356,6 +356,7 @@ if(APPLE)
list(APPEND SANITIZER_COMMON_SUPPORTED_OS iossim)
list(APPEND BUILTIN_SUPPORTED_OS iossim)
+ set(DARWIN_iossim_SKIP_CC_KEXT On)
darwin_test_archs(iossim
DARWIN_iossim_ARCHS
${toolchain_arches})