diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 20:58:07 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 20:58:07 +0000 |
commit | 236e926c5b49be50783d1b7cd9c3fa01d9264916 (patch) | |
tree | 7da8e5f0eeddc696c520b8c02e3ac346888a038f /llvm/docs/GoldPlugin.html | |
parent | 3a139f37935990e58325c09667987b46608caeff (diff) | |
download | bcm5719-llvm-236e926c5b49be50783d1b7cd9c3fa01d9264916.tar.gz bcm5719-llvm-236e926c5b49be50783d1b7cd9c3fa01d9264916.zip |
Cleanup the description of flags to llvm-gcc. Also remove stray text in the
attribution.
llvm-svn: 65785
Diffstat (limited to 'llvm/docs/GoldPlugin.html')
-rw-r--r-- | llvm/docs/GoldPlugin.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html index 9146d39beb7..1c61d414b68 100644 --- a/llvm/docs/GoldPlugin.html +++ b/llvm/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) $ |