diff options
author | Anna Zaks <ganna@apple.com> | 2016-10-05 20:45:36 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2016-10-05 20:45:36 +0000 |
commit | cacfb554a81f29a76f4bcd9229416254ecb6268d (patch) | |
tree | c82ef9bc647f1beed4bb95b1731ca2e133da1eef | |
parent | bfe61253b8bf0866089dad7a34c98123d05decf0 (diff) | |
download | bcm5719-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.cmake | 2 |
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() |