summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-25 15:54:01 +0000
committerDan Gohman <gohman@apple.com>2009-08-25 15:54:01 +0000
commitdd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5 (patch)
tree8b3bebb40d1628cc358a4d7e03f09257d066e4f4 /llvm/docs/HowToSubmitABug.html
parent885149b504160896f8702692c47b98e803707caa (diff)
downloadbcm5719-llvm-dd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5.tar.gz
bcm5719-llvm-dd121d53fa7254ea21e83a8a0ecf53e4a7e14ef5.zip
Update documentation for the -f change.
llvm-svn: 79996
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
-rw-r--r--llvm/docs/HowToSubmitABug.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index bdec1c09109..91d4e2bfe98 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/docs/HowToSubmitABug.html
@@ -183,12 +183,12 @@ to llvm-gcc (in addition to the options you already pass). Once your have
foo.bc, one of the following commands should fail:</p>
<ol>
-<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>
+<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
@@ -320,7 +320,7 @@ the following:</p>
<div class="doc_code">
<p><tt>
-<b>llc</b> test.bc -o test.s -f<br>
+<b>llc</b> test.bc -o test.s<br>
<b>gcc</b> test.s safe.so -o test.llc<br>
./test.llc [program options]
</tt></p>
OpenPOWER on IntegriCloud