[PATCH] D13112: [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures out of cc_kext into cc_kext_ios

Bob Wilson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 12:51:00 PDT 2015


bob.wilson added inline comments.

================
Comment at: make/platform/clang_darwin.mk:102
@@ -102,2 +101,3 @@
 # a different code generation strategy). Note: the x86_64 slice is unused but
 # it avoids build problems (see pr14013).
+Configs += cc_kext_ios
----------------
This comment needs to be updated.

================
Comment at: make/platform/clang_darwin.mk:163
@@ -165,4 +162,3 @@
 OSX_DEPLOYMENT_ARGS := -mmacosx-version-min=10.4
-IOS_DEPLOYMENT_ARGS := -mios-version-min=1.0
-IOS6_DEPLOYMENT_ARGS := -mios-version-min=6.0
+IOS_DEPLOYMENT_ARGS := -mios-version-min=6.0
 IOSSIM_DEPLOYMENT_ARGS := -mios-simulator-version-min=1.0
----------------
Changing the minimum deployment version from 1 to 6 seems like it ought to be a separate patch.


http://reviews.llvm.org/D13112





More information about the llvm-commits mailing list