:00 2001
From: Davide Italiano
Date: Thu, 23 Jun 2016 20:51:53 -0700
Subject: [PATCH] Driver: Add support for -fuse-ld=lld.
* collect2.c (main): Support -fuse-ld=lld.
* common.opt: Add fuse-ld=lld
* doc/invoke.texi: Document -fuse-ld=lld
* opts.c: Ignore -fuse-ld=lld
---
gcc/collect
+ HJ who wrote the code for the option originally.
On Thu, Jun 23, 2016 at 9:01 PM, Davide Italiano wrote:
> LLVM currently ships with a new ELF linker http://lld.llvm.org/.
> I experiment a lot with gcc and lld so it would be nice if
> -fuse-ld=lld is supported (considering the link
On Thu, Jun 23, 2016 at 9:11 PM, Davide Italiano wrote:
> + HJ who wrote the code for the option originally.
>
> On Thu, Jun 23, 2016 at 9:01 PM, Davide Italiano
> wrote:
>> LLVM currently ships with a new ELF linker http://lld.llvm.org/.
>> I experiment a lot with gc
On Mon, Jul 4, 2016 at 12:36 PM, Markus Trippelsdorf
wrote:
> On 2016.07.04 at 10:08 -0700, H.J. Lu wrote:
>> On Sun, Jul 3, 2016 at 9:38 PM, Davide Italiano
>> wrote:
>> > On Thu, Jun 23, 2016 at 9:11 PM, Davide Italiano
>> > wrote:
>> >> + HJ
On Mon, Jul 4, 2016 at 9:12 AM, H.J. Lu wrote:
> On Sun, Jul 3, 2016 at 9:38 PM, Davide Italiano wrote:
>> On Thu, Jun 23, 2016 at 9:11 PM, Davide Italiano
>> wrote:
>>> + HJ who wrote the code for the option originally.
>>>
>>> On Thu, Jun 23, 20