[compiler-rt] r283379 - [compiler-rt] Enable building iOS by default.
Anna Zaks via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 13:45:36 PDT 2016
Author: zaks
Date: Wed Oct 5 15:45:36 2016
New Revision: 283379
URL: http://llvm.org/viewvc/llvm-project?rev=283379&view=rev
Log:
[compiler-rt] Enable building iOS by default.
Modified:
compiler-rt/trunk/cmake/base-config-ix.cmake
Modified: compiler-rt/trunk/cmake/base-config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/base-config-ix.cmake?rev=283379&r1=283378&r2=283379&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/base-config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/base-config-ix.cmake Wed Oct 5 15:45:36 2016
@@ -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()
More information about the llvm-commits
mailing list