mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
add -enable-eh
llvm-svn: 34600
This commit is contained in:
parent
8c504cf9a0
commit
93a7145ebe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user