aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GoldPlugin.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-03-01 20:58:07 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-03-01 20:58:07 +0000
commitd66ff0f2e0395ace65602091b183b759930a94be (patch)
tree0809c56a93bbe7a6eaa08196725ec2528d44ff77 /docs/GoldPlugin.html
parent050147cb707efee8f7747e6ff4f935d95929bee3 (diff)
downloadexternal_llvm-d66ff0f2e0395ace65602091b183b759930a94be.zip
external_llvm-d66ff0f2e0395ace65602091b183b759930a94be.tar.gz
external_llvm-d66ff0f2e0395ace65602091b183b759930a94be.tar.bz2
Cleanup the description of flags to llvm-gcc. Also remove stray text in the
attribution. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GoldPlugin.html')
-rw-r--r--docs/GoldPlugin.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html
index 9146d39..1c61d41 100644
--- a/docs/GoldPlugin.html
+++ b/docs/GoldPlugin.html
@@ -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) $