summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-06 16:46:12 +0000
committerChris Lattner <sabre@nondot.org>2004-04-06 16:46:12 +0000
commit7f601ade01c6444057210a1b6083f8698d879ff4 (patch)
treec52f8dd4908e498a529ee2ce9accdebe1424f895
parentad733e733e4b3827c8c5103581a8158d7da4a131 (diff)
downloadbcm5719-llvm-7f601ade01c6444057210a1b6083f8698d879ff4.tar.gz
bcm5719-llvm-7f601ade01c6444057210a1b6083f8698d879ff4.zip
Document new option
llvm-svn: 12699
-rw-r--r--llvm/docs/CommandGuide/gccld.html11
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.
OpenPOWER on IntegriCloud