https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83243
Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail dot Com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Arfrever.FTA at GMail dot Com --- Comment #7 from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail dot Com> --- (In reply to H.J. Lu from comment #5) > commit 4eea76dbfc871614e116961b048d9aa38eee66ea > Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4> > Date: Thu Nov 8 22:05:27 2018 +0000 > > * collect2.c (linker_select): Add USE_LLD_LD. > (ld_suffixes): Add ld.lld. > (main): Handle -fuse-ld=lld. > * common.opt (-fuse-ld=lld): New option. > * doc/invoke.texi (-fuse-ld=lld): Document. > * opts.c (common_handle_option): Handle OPT_fuse_ld_lld. > gcc/common.opt uses phrase "the lld LLVM linker", while gcc/doc/invoke.texi uses phrase "the LLVM lld linker". For consistency, I suggest to change gcc/common.opt to use phrase "the LLVM lld linker" which looks better ("LLVM", as name of parent project, should come at the beginning of full name).