aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-14 01:07:17 +0000
committerChris Lattner <sabre@nondot.org>2004-02-14 01:07:17 +0000
commit036e639623a77232dd8826b0c8e4de301fdbee09 (patch)
tree9c3ebebd54f75bef34f2d270e7c6cb3adcf8bd18 /docs/HowToSubmitABug.html
parent6ab5c15962cb16402713747f1fbe85e001318e7d (diff)
downloadexternal_llvm-036e639623a77232dd8826b0c8e4de301fdbee09.zip
external_llvm-036e639623a77232dd8826b0c8e4de301fdbee09.tar.gz
external_llvm-036e639623a77232dd8826b0c8e4de301fdbee09.tar.bz2
Updates for the C backend's movement
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 63a0be7..28def13 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -281,7 +281,7 @@ the following:</p>
<li>Regenerate the shared object from the safe bytecode file:<br>
<pre>
- <b>llvm-dis</b> -c safe.bc -o safe.c<br>
+ <b>llc</b> -march=c safe.bc -o safe.c<br>
<b>gcc</b> -shared safe.c -o safe.so
</pre></li>