Cleanup the description of flags to llvm-gcc. Also remove stray text in the
authorNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 20:58:07 +0000 (20:58 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 20:58:07 +0000 (20:58 +0000)
attribution.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65785 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GoldPlugin.html

index 9146d39beb7d2caf3df29c55f77e8bc2958e28a8..1c61d414b68218c642c6fea3d47443a115784142 100644 (file)
@@ -72,8 +72,8 @@ make all-gold
   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 @@ as much as gold could without the plugin.
   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@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) $