search for: b96a41a3

Displaying 2 results from an estimated 2 matches for "b96a41a3".

2013 Jun 04
2
[LLVMdev] Gold plugin: emit LLVM after LTO?
On 4 June 2013 13:36, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > The Apple ld (shipped with Xcode, open-source) saves the 3 files if > -save-temps is applied: > - xxx.lto.bc : the merged bit-code before IPA > - xxx.lto.opt.bc: the optimized bit-code of the *.lto.bc > - xxx.lto.o : the object file of xxx.lto.bc > > I think it is better way to go, often time we
2013 Jun 04
0
[LLVMdev] Gold plugin: emit LLVM after LTO?
...the regular linker output. If the option is called -save-temps, it should give me all the intermediate files as explained by Shuxin Yang. Cheers, Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130604/b96a41a3/attachment.html>