diff options
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
| -rw-r--r-- | llvm/docs/HowToSubmitABug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index 63a0be7b6fe..28def13d086 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/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> |

