[llvm-commits] [llvm] r65783 - /llvm/trunk/docs/GoldPlugin.html

Nick Lewycky nicholas at mxc.ca
Sun Mar 1 10:48:54 PST 2009


Author: nicholas
Date: Sun Mar  1 12:48:53 2009
New Revision: 65783

URL: http://llvm.org/viewvc/llvm-project?rev=65783&view=rev
Log:
Don't forget the important part. llvm-gcc -use-gold-plugin passes the right
options to gold.

Modified:
    llvm/trunk/docs/GoldPlugin.html

Modified: llvm/trunk/docs/GoldPlugin.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.html?rev=65783&r1=65782&r2=65783&view=diff

==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Sun Mar  1 12:48:53 2009
@@ -75,9 +75,10 @@
   <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>





More information about the llvm-commits mailing list