[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
Luke Evans
luke at eversosoft.com
Mon Mar 16 14:47:24 PDT 2009
> Yes. If you set the target as darwin for the module while generating
> bit-code file from the LLVM APIs then llvm bit-code writer will add
> this.
Excellent. Thanks a lot for explaining that.
I was actually burning the target triple "i686-apple-darwin9" into my
LLVM module, but perhaps that isn't quite right, or enough, to get the
correct output.
Anyway, I should be able to figure it out from here - thanks again.
-- lwe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090316/a6463c02/attachment.html>
More information about the llvm-dev
mailing list