aboutsummaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-25 18:50:48 +0000
committerChris Lattner <sabre@nondot.org>2007-02-25 18:50:48 +0000
commitc25904f23a361d6550b7a2f5446707a6df31c3fb (patch)
tree6675ed91d40744cb61192b4ab28cc85cbdff932b /docs/HowToSubmitABug.html
parent251db1890c1fe03d02ee878ada8129537844d031 (diff)
add -enable-eh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index b170aa1e85..26cb58c094 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -186,6 +186,9 @@ foo.bc, one of the following commands should fail:</p>
<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 @@ be able to reduce this with one of the following bugpoint command lines (use
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