[PATCH] [LTO API] add lto_codegen_set_should_internalize.

Manman Ren manman.ren at gmail.com
Fri Apr 17 10:14:23 PDT 2015


Thanks. In r235211.

Manman

On Thu, Apr 16, 2015 at 5:27 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:

>
> > On 2015-Apr-16, at 17:18, Manman Ren <manman.ren at gmail.com> wrote:
> >
> >
> > When debugging LTO issues with ld64, we use -save-temps to save the
> merged
> > optimized bitcode file, then invoke ld64 again on the single bitcode
> file.
> > The saved bitcode file is already internalized, so we can call
> > lto_codegen_set_should_internalize and skip running internalization
> again.
> >
> >
> > Thanks for reviewing!
> >
> > Manman
> > <add_should_internalize.patch>
>
> LGTM.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150417/29e3a033/attachment.html>


More information about the llvm-commits mailing list