diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index bc871bdb6e4..9146d39beb7 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -75,9 +75,10 @@ make all-gold -emit-llvm or -flto or -O4 which is equivalent to -O3 -flto.
llvm-gcc has a -use-gold-plugin option which looks - for the gold plugin in the same directories as it looks for cc1. - It will not look for an alternate linker, which is why you need gold to be - the installed system linker in your path.
+ for the gold plugin in the same directories as it looks for cc1 and + passes the -plugin option to ld. It will not look for an alternate + linker, which is why you need gold to be the installed system linker in your + path.