mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix a problem brian identified.
llvm-svn: 6309
This commit is contained in:
parent
5eee0dd116
commit
7ff0899e95
@ -135,7 +135,8 @@ being linked together (the "<tt><b>llvm-gcc</b> -v</tt>" output should include
|
||||
the full list of objects linked). Then run:<p>
|
||||
|
||||
<pre>
|
||||
<b>gccld</b> -debug-pass=Arguments < /dev/null -o - > /dev/null
|
||||
<b>as</b> < /dev/null > null.bc
|
||||
<b>gccld</b> -debug-pass=Arguments null.bc
|
||||
</pre><p>
|
||||
|
||||
... which will print a list of arguments, indicating the list of passes that
|
||||
@ -192,6 +193,6 @@ section is a TODO. Basically, use bugpoint to track down the problem.<p>
|
||||
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
||||
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Wed May 21 17:20:13 CDT 2003
|
||||
Last modified: Fri May 23 09:48:53 CDT 2003
|
||||
<!-- hhmts end -->
|
||||
</font></body></html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user