[PATCH] Accept LLD as a GNU ld compatible linker

2020-04-04 Thread Fangrui Song
The ELF port of LLD (the LLVM linker) is a drop-in replacement for GNU ld and is widely used nowadays. https://reviews.llvm.org/D31199 added a User-Agent style hack to make libtool recognize lld as a GNU ld compatible linker, but it would be nice to support the "LLD" version string directly so tha

Re: [PATCH] Accept LLD as a GNU ld compatible linker

2020-04-04 Thread Brad Smith
On 4/4/2020 12:40 AM, Fangrui Song wrote: The ELF port of LLD (the LLVM linker) is a drop-in replacement for GNU ld and is widely used nowadays. https://reviews.llvm.org/D31199 added a User-Agent style hack to make libtool recognize lld as a GNU ld compatible linker, but it would be nice to sup