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

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 11:37:28 PDT 2015


beanz created this revision.
beanz added reviewers: bogner, bob.wilson.
beanz added a subscriber: llvm-commits.

Xcode 7 doesn't support targeting iOS5 and earlier. Instead of just dropping cc_kext_ios5, I've repurposed it to cc_kext_ios, and I'm pulling the iOS architectures out of cc_kext. Putting OS X and iOS slices inside the same archive was just odd.

There is a cooresponding clang change coming too.

http://reviews.llvm.org/D13112

Files:
  make/platform/clang_darwin.mk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13112.35536.patch
Type: text/x-patch
Size: 6403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/e3635582/attachment-0001.bin>


More information about the llvm-commits mailing list