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

Chris Lattner sabre at nondot.org
Sun Feb 25 10:51:05 PST 2007



Changes in directory llvm/docs:

HowToSubmitABug.html updated: 1.29 -> 1.30
---
Log message:

add -enable-eh


---
Diffs of the changes:  (+10 -2)

 HowToSubmitABug.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)


Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.29 llvm/docs/HowToSubmitABug.html:1.30
--- llvm/docs/HowToSubmitABug.html:1.29	Sat Feb 24 19:11:36 2007
+++ llvm/docs/HowToSubmitABug.html	Sun Feb 25 12:50:48 2007
@@ -186,6 +186,9 @@
 <li><tt><b>llc</b> foo.bc -f</tt></li>
 <li><tt><b>llc</b> foo.bc -f -relocation-model=pic</tt></li>
 <li><tt><b>llc</b> foo.bc -f -relocation-model=static</tt></li>
+<li><tt><b>llc</b> foo.bc -f -enable-eh</tt></li>
+<li><tt><b>llc</b> foo.bc -f -relocation-model=pic -enable-eh</tt></li>
+<li><tt><b>llc</b> foo.bc -f -relocation-model=static -enable-eh</tt></li>
 </ol>
 
 <p>If none of these crash, please follow the instructions for a
@@ -194,11 +197,16 @@
 the one corresponding to the command above that failed):</p>
 
 <ol>
-<li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args</tt></li>
+<li><tt><b>bugpoint</b> -run-llc foo.bc</tt></li>
 <li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args
            -relocation-model=pic</tt></li>
 <li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args
            -relocation-model=static</tt></li>
+<li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args -enable-eh</tt></li>
+<li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args
+           -relocation-model=pic -enable-eh</tt></li>
+<li><tt><b>bugpoint</b> -run-llc foo.bc --tool-args
+           -relocation-model=static -enable-eh</tt></li>
 </ol>
 
 <p>Please run this, then file a bug with the instructions and reduced .bc file
@@ -340,7 +348,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2007/02/25 01:11:36 $
+  Last modified: $Date: 2007/02/25 18:50:48 $
 </address>
 
 </body>






More information about the llvm-commits mailing list