From: Chris Lattner Date: Tue, 6 Apr 2004 16:46:12 +0000 (+0000) Subject: Document new option X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f7010691f88baef927dee1f663824c53a2891d9b;p=oota-llvm.git Document new option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12699 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index c58f5581369..6ba49465155 100644 --- a/docs/CommandGuide/gccld.html +++ b/docs/CommandGuide/gccld.html @@ -80,7 +80,7 @@ undefined symbols defined.

Native code generation

The gccld program has limited support for native code generation, when -using the -native option. +using the -native or -native-cbe options.

OPTIONS

@@ -171,6 +171,15 @@ using the -native option. hasn't been converted to bytecode.

+

  • -native-cbe +
    + Generate a native, machine code executable with the LLVM C backend. +

    + This option is identical to the -native option, but uses the + C backend to generate code for the program instead of an LLVM native + code generator. +

    +
  • -s
    Strip symbol information from the generated executable.