Displaying 2 results from an estimated 2 matches for "373a4391".
Did you mean:
373439
2012 Jun 27
0
[LLVMdev] What's the difference between using llvm-link and using llvm gold plugin?
Hi,
> I got your point! Thanks a lot, Rafael!
one big difference is that llvm-link doesn't do any optimization, while the gold
linker does. You can get something similar to gold by using llvm-link, and then
running "opt -std-link-opts" on the linked bitcode file. However all symbols
will be internalized by default (you can adjust this on the command line) while
the gold linker
2012 Jun 26
2
[LLVMdev] What's the difference between using llvm-link and using llvm gold plugin?
I got your point! Thanks a lot, Rafael!
Best,
Tianyin
On Tue, Jun 26, 2012 at 4:12 PM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> > Could you explain a bit more (sorry I'm not from a compiler background)?
> So,
> > what's the difference in the analysis perspective? What does "reading ELF
> > files and archives" and "creating a