[llvm-commits] CVS: llvm/docs/CommandGuide/gccld.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 6 11:47:02 PDT 2004
Changes in directory llvm/docs/CommandGuide:
gccld.html updated: 1.10 -> 1.11
---
Log message:
Document new option
---
Diffs of the changes: (+10 -1)
Index: llvm/docs/CommandGuide/gccld.html
diff -u llvm/docs/CommandGuide/gccld.html:1.10 llvm/docs/CommandGuide/gccld.html:1.11
--- llvm/docs/CommandGuide/gccld.html:1.10 Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/gccld.html Tue Apr 6 11:46:12 2004
@@ -80,7 +80,7 @@
<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>
@@ -170,6 +170,15 @@
subsets of common libraries and then link in any part of the library that
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>
More information about the llvm-commits
mailing list