search for: de163d76

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

2015 Jul 27
0
[LLVMdev] Linking tools
...binutils linkers, Mac ld64, and some other closed-source linkers. To cut this dependency, we need a new linker, which is what LLD is intended to become. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150727/de163d76/attachment.html>
2015 Jul 27
2
[LLVMdev] Linking tools
On Mon, Jul 27, 2015 at 9:52 AM, Reid Kleckner <rnk at google.com> wrote: > From the perspective of LTO, we just want users to be able > to add -flto to their compile and link lines, and make that produce a faster > executable, without the user ever being aware of the bitcode. For targets without GNU binutils and gcc driver support, has this goal been achieved? The few times