summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2016-02-02 02:01:17 +0000
committerAnna Zaks <ganna@apple.com>2016-02-02 02:01:17 +0000
commitb83cbf0d82572a98f5a3ccbfc460233b93967165 (patch)
treedd0de9356344d9978c892b2aaf1664ddd7ced21a /cmake/config-ix.cmake
parent1bc755973dd3a413cefc7b3251a4c5b21be4ee34 (diff)
[asan] Add iOS support.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 6704a0c31..077ed9830 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -275,7 +275,7 @@ set(WASM64 wasm64)
if(APPLE)
set(ARM64 arm64)
- set(ARM32 armv7 armv7s)
+ set(ARM32 armv7 armv7s armv7k)
set(X86_64 x86_64 x86_64h)
endif()
@@ -310,7 +310,7 @@ if(APPLE)
set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
endif()
- option(COMPILER_RT_ENABLE_IOS "Enable building for iOS - Experimental" Off)
+ option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" Off)
option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
option(COMPILER_RT_ENABLE_TVOS "Enable building for tvOS - Experimental" Off)