aboutsummaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
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 63a0be7b6f..28def13d08 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>