diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 18:48:53 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 18:48:53 +0000 |
commit | 6d1fc5c7e4bebe7c6071923e104b78cbed64eda8 (patch) | |
tree | 862f162d9e9ab66c372efbcf58d162c0b14354ee /llvm/docs/GoldPlugin.html | |
parent | a01c21f61667d231b5815e8b0b6e51abeace5d10 (diff) | |
download | bcm5719-llvm-6d1fc5c7e4bebe7c6071923e104b78cbed64eda8.tar.gz bcm5719-llvm-6d1fc5c7e4bebe7c6071923e104b78cbed64eda8.zip |
Don't forget the important part. llvm-gcc -use-gold-plugin passes the right
options to gold.
llvm-svn: 65783
Diffstat (limited to 'llvm/docs/GoldPlugin.html')
-rw-r--r-- | llvm/docs/GoldPlugin.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html index bc871bdb6e4..9146d39beb7 100644 --- a/llvm/docs/GoldPlugin.html +++ b/llvm/docs/GoldPlugin.html @@ -75,9 +75,10 @@ make all-gold <tt>-emit-llvm</tt> or <tt>-flto</tt> or <tt>-O4</tt> which is equivalent to <tt>-O3 -flto</tt>.</p> <p><tt>llvm-gcc</tt> has a <tt>-use-gold-plugin</tt> option which looks - for the gold plugin in the same directories as it looks for <tt>cc1</tt>. - It will not look for an alternate linker, which is why you need gold to be - the installed system linker in your path.</p> + for the gold plugin in the same directories as it looks for <tt>cc1</tt> and + passes the <tt>-plugin</tt> 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.</p> </div> <!--=========================================================================--> <div class="doc_section"><a name="licensing">Licensing</a></div> |