diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-04-06 16:46:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-04-06 16:46:12 +0000 |
| commit | 7f601ade01c6444057210a1b6083f8698d879ff4 (patch) | |
| tree | c52f8dd4908e498a529ee2ce9accdebe1424f895 | |
| parent | ad733e733e4b3827c8c5103581a8158d7da4a131 (diff) | |
| download | bcm5719-llvm-7f601ade01c6444057210a1b6083f8698d879ff4.tar.gz bcm5719-llvm-7f601ade01c6444057210a1b6083f8698d879ff4.zip | |
Document new option
llvm-svn: 12699
| -rw-r--r-- | llvm/docs/CommandGuide/gccld.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/gccld.html b/llvm/docs/CommandGuide/gccld.html index c58f5581369..6ba49465155 100644 --- a/llvm/docs/CommandGuide/gccld.html +++ b/llvm/docs/CommandGuide/gccld.html @@ -80,7 +80,7 @@ undefined symbols defined. <h4>Native code generation</h4> The <tt>gccld</tt> program has limited support for native code generation, when -using the -native option. +using the <tt>-native</tt> or <tt>-native-cbe</tt> options. <h3>OPTIONS</h3> @@ -171,6 +171,15 @@ using the -native option. hasn't been converted to bytecode. <p> + <li> -native-cbe + <br> + Generate a native, machine code executable with the LLVM C backend. + <p> + This option is identical to the <tt>-native</tt> option, but uses the + C backend to generate code for the program instead of an LLVM native + code generator. + </p> + <li> -s <br> Strip symbol information from the generated executable. |

