summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2016-10-05 20:45:36 +0000
committerAnna Zaks <ganna@apple.com>2016-10-05 20:45:36 +0000
commitcacfb554a81f29a76f4bcd9229416254ecb6268d (patch)
treec82ef9bc647f1beed4bb95b1731ca2e133da1eef
parentbfe61253b8bf0866089dad7a34c98123d05decf0 (diff)
downloadbcm5719-llvm-cacfb554a81f29a76f4bcd9229416254ecb6268d.tar.gz
bcm5719-llvm-cacfb554a81f29a76f4bcd9229416254ecb6268d.zip
[compiler-rt] Enable building iOS by default.
llvm-svn: 283379
-rw-r--r--compiler-rt/cmake/base-config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/cmake/base-config-ix.cmake b/compiler-rt/cmake/base-config-ix.cmake
index 4ea9eb8cebc..97808674d18 100644
--- a/compiler-rt/cmake/base-config-ix.cmake
+++ b/compiler-rt/cmake/base-config-ix.cmake
@@ -81,7 +81,7 @@ if(APPLE)
set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
endif()
- option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" Off)
+ option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" On)
option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
option(COMPILER_RT_ENABLE_TVOS "Enable building for tvOS - Experimental" Off)
endif()
OpenPOWER on IntegriCloud