From: Chris Lattner Date: Tue, 7 Oct 2003 19:42:50 +0000 (+0000) Subject: separate options into X86 and sparc specific options X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a59bc8fae089e1f2c68fe0a466b72aa72fad3d4;p=oota-llvm.git separate options into X86 and sparc specific options git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8931 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 8788a7a608a..41f45db9c77 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -88,80 +88,68 @@ llc creates the output filename as follows:

OPTIONS

- +

X86 Specific Options

+ + +

Sparc Specific Options

+
    +
  • -disable-peephole
    - Print a summary of command line options. + Disable peephole optimization pass.

    -

  • -stats +
  • -disable-preopt
    - Print statistics. + Disable optimizations prior to instruction selection.

    -

  • -time-passes +
  • -disable-sched
    - Record the amount of time needed for each pass and print it to standard - error. + Disable local scheduling pass. +

    + +

  • -disable-strip +
    + Do not strip the LLVM bytecode included in executable. +

    + +

  • -enable-maps +
    + Emit LLVM-to-MachineCode mapping info to assembly.

+

EXIT STATUS