diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-14 01:07:17 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-14 01:07:17 +0000 |
| commit | 036e639623a77232dd8826b0c8e4de301fdbee09 (patch) | |
| tree | 9c3ebebd54f75bef34f2d270e7c6cb3adcf8bd18 /docs/HowToSubmitABug.html | |
| parent | 6ab5c15962cb16402713747f1fbe85e001318e7d (diff) | |
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.html | 2 |
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> |
