[llvm-commits] CVS: llvm/www/docs/HowToSubmitABug.html
Chris Lattner
lattner at cs.uiuc.edu
Fri May 23 09:50:01 PDT 2003
Changes in directory llvm/www/docs:
HowToSubmitABug.html updated: 1.1 -> 1.2
---
Log message:
Fix a problem brian identified.
---
Diffs of the changes:
Index: llvm/www/docs/HowToSubmitABug.html
diff -u llvm/www/docs/HowToSubmitABug.html:1.1 llvm/www/docs/HowToSubmitABug.html:1.2
--- llvm/www/docs/HowToSubmitABug.html:1.1 Wed May 21 17:21:07 2003
+++ llvm/www/docs/HowToSubmitABug.html Fri May 23 09:49:32 2003
@@ -135,7 +135,8 @@
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 @@
<address><a href="mailto:sabre at 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>
More information about the llvm-commits
mailing list