[llvm-commits] [llvm] r65785 - /llvm/trunk/docs/GoldPlugin.html
Nick Lewycky
nicholas at mxc.ca
Sun Mar 1 12:58:07 PST 2009
Author: nicholas
Date: Sun Mar 1 14:58:07 2009
New Revision: 65785
URL: http://llvm.org/viewvc/llvm-project?rev=65785&view=rev
Log:
Cleanup the description of flags to llvm-gcc. Also remove stray text in the
attribution.
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=65785&r1=65784&r2=65785&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Sun Mar 1 14:58:07 2009
@@ -72,8 +72,8 @@
ready to switch to using gold, backup your existing <tt>/usr/bin/ld</tt>
then replace it with <tt>ld-new</tt>.</p>
<p>You can produce bitcode files from <tt>llvm-gcc</tt> using
- <tt>-emit-llvm</tt> or <tt>-flto</tt> or <tt>-O4</tt> which is equivalent
- to <tt>-O3 -flto</tt>.</p>
+ <tt>-emit-llvm</tt> or <tt>-flto</tt>, or the <tt>-O4</tt> flag which is
+ synonymous with <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> and
passes the <tt>-plugin</tt> option to ld. It will not look for an alternate
@@ -97,7 +97,6 @@
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
- Written by the
<a href="mailto:nicholas at metrix.on.ca">Nick Lewycky</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
Last modified: $Date: 2009-01-01 23:10:51 -0800 (Thu, 01 Jan 2009) $
More information about the llvm-commits
mailing list