[LLVMdev] xcodebuild and LLVM

Chris Lattner clattner at apple.com
Thu Sep 18 17:40:01 PDT 2008


On Sep 14, 2008, at 11:42 AM, Devang Patel wrote:

>
> On Sep 11, 2008, at 9:30 PM, Ted Kremenek wrote:
>
>> Hi John,
>>
>> I'm not certain if libtool works with LLVM bitcode files, and I don't
>> think that all of the tools that manipulate/inspect object files on
>> Mac OS X understand bitcode files either.
>
> Yes. Right now only ld recognizes LLVM bitcode files.
>
>
>> I suspect that this will
>> change over time.
>
> Yes.

In fact, Xcode 3.1.1 was recently released, and you can get it from  
here (with an ADC account):
https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20214

Xcode 3.1.1 fixes a large number of LTO bugs and a bunch of additional  
tools in the toolchain now understand LLVM bc files.

-Chris



More information about the llvm-dev mailing list