[cfe-commits] r165988 - in /cfe/trunk: include/clang/Basic/ObjCRuntime.h lib/CodeGen/CGObjC.cpp lib/Driver/ToolChains.cpp lib/Driver/Tools.cpp lib/Sema/SemaExpr.cpp runtime/compiler-rt/Makefile test/CodeGenObjC/optimized-setter-ios-device.m test/

Bob Wilson bob.wilson at apple.com
Tue Oct 16 22:33:15 PDT 2012


On Oct 16, 2012, at 9:25 PM, Bob Wilson <bob.wilson at apple.com> wrote:

> 
> On Oct 16, 2012, at 9:18 PM, Nico Weber <thakis at chromium.org> wrote:
>> It's also pretty disrupting to land a CL that breaks the build and
>> then ignore the bug report for it for 2 weeks.
> 
> Yeah, sorry about the slow response.
> 
>> 
>> Repro steps are:
>> 1. Get a 10.6 box
> 
> I don't have a 10.6 box.  Certainly someone at Apple must have one around, but it will take me longer to find one that I can use.  I was hoping for a quick fix.

PR14102 looks like a different issue than PR14013, where the problem was that the armv7 slice was dropped from the cc_kext_ios5 config, leaving it with no valid architectures at all.  In your case, it is going ahead and building armv7 for both cc_kext and cc_kext_ios5 but failing intermittently, apparently when creating the archive.

You say that you have a 10.6 box.  What version of Xcode do you have installed?  Did you also install the command-line tools package?

> 
>> 2. Build clang according to the instructions at
>> http://clang.llvm.org/get_started.html
>> 
>> I've pasted full build output above. Let me know if you want me to
>> enable any debug logs (and how), and I'm happy to post that output
>> too.
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list