mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
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
This commit is contained in:
parent
050147cb70
commit
d66ff0f2e0
@ -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) $
|
||||
|
Loading…
Reference in New Issue
Block a user