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 | f7010691f88baef927dee1f663824c53a2891d9b (patch) | |
tree | ea58c17ff6c96d70ea3a26bb710f5ea078d05bae /docs/CommandGuide/gccld.html | |
parent | 69e8d282bf7b34b3e86c57c8fa17cda9ab8e69aa (diff) |
Document new option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/gccld.html')
-rw-r--r-- | docs/CommandGuide/gccld.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index c58f558136..6ba4946515 100644 --- a/docs/CommandGuide/gccld.html +++ b/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. |