diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-05-04 16:11:02 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-05-04 16:11:02 +0000 |
| commit | d7f7719e5e082c0b8ea2182dcbd2242b7834aa26 (patch) | |
| tree | 70fbd90da02177c8e6ef82adba9fa8ace285a5e3 /docs/HowToSubmitABug.html | |
| parent | 9f4a1da9a0a56a0b0a7f8249f34b3cdea6179c41 (diff) | |
Notes
Diffstat (limited to 'docs/HowToSubmitABug.html')
| -rw-r--r-- | docs/HowToSubmitABug.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 2ac457539628..5cf935dc93e8 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -186,9 +186,6 @@ foo.bc, one of the following commands should fail:</p> <li><tt><b>llc</b> foo.bc</tt></li> <li><tt><b>llc</b> foo.bc -relocation-model=pic</tt></li> <li><tt><b>llc</b> foo.bc -relocation-model=static</tt></li> -<li><tt><b>llc</b> foo.bc -enable-eh</tt></li> -<li><tt><b>llc</b> foo.bc -relocation-model=pic -enable-eh</tt></li> -<li><tt><b>llc</b> foo.bc -relocation-model=static -enable-eh</tt></li> </ol> <p>If none of these crash, please follow the instructions for a @@ -202,11 +199,6 @@ the one corresponding to the command above that failed):</p> -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 @@ -348,7 +340,7 @@ the following:</p> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a> <br> - Last modified: $Date: 2009-10-12 16:46:08 +0200 (Mon, 12 Oct 2009) $ + Last modified: $Date: 2010-05-02 17:36:26 +0200 (Sun, 02 May 2010) $ </address> </body> |
