summaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-23 14:49:32 +0000
committerChris Lattner <sabre@nondot.org>2003-05-23 14:49:32 +0000
commitddaf500c26489169046eb130bf282d8f583c23ec (patch)
tree709a09f02abf3fab6818c45b7f9c8e1aeed50de3 /docs/HowToSubmitABug.html
parentdae7f92366311de2bfaff91f6e66ef3da2f2fcbc (diff)
downloadllvm-ddaf500c26489169046eb130bf282d8f583c23ec.tar.gz
llvm-ddaf500c26489169046eb130bf282d8f583c23ec.tar.bz2
llvm-ddaf500c26489169046eb130bf282d8f583c23ec.tar.xz
Fix a problem brian identified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index e3f20197c1..387e1a5523 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -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 &lt; /dev/null -o - &gt; /dev/null
+ <b>as</b> &lt; /dev/null &gt; 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>