Document new option
authorChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2004 16:46:12 +0000 (16:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2004 16:46:12 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12699 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/gccld.html

index c58f5581369371f6e105d6b9c1db6f05afc26050..6ba494651550b3834d61ffb649c15a9f5e178ef4 100644 (file)
@@ -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.