[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 15 16:03:05 PDT 2004


Changes in directory llvm/docs:

HowToSubmitABug.html updated: 1.14 -> 1.15

---
Log message:

Add note about easier way to debug tests in the llvm tree.


---
Diffs of the changes:  (+11 -1)

Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.14 llvm/docs/HowToSubmitABug.html:1.15
--- llvm/docs/HowToSubmitABug.html:1.14	Thu Apr 15 15:49:32 2004
+++ llvm/docs/HowToSubmitABug.html	Thu Apr 15 16:01:21 2004
@@ -274,6 +274,16 @@
 --args -- [program arguments]</tt></p>
 </div>
 
+<p><b>Special note:</b> if you are debugging MultiSource or SPEC tests that
+already exist in the <tt>llvm/test</tt> hierarchy, there is an easier way to
+debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
+will pass the program options specified in the Makefiles:</p>
+
+<div class="doc_code">
+<p><tt>cd llvm/test/../../program<br>
+       make bugpoint-jit</tt></p>
+</div>
+
 <p>At the end of a successful <tt>bugpoint</tt> run, you will be presented
 with two bytecode files: a <em>safe</em> file which can be compiled with the C
 backend and the <em>test</em> file which either LLC or the JIT
@@ -322,7 +332,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/04/15 20:49:32 $
+  Last modified: $Date: 2004/04/15 21:01:21 $
 </address>
 
 </body>





More information about the llvm-commits mailing list