From 7a59bc8fae089e1f2c68fe0a466b72aa72fad3d4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 19:42:50 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/llc.html | 98 +++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 48 deletions(-) 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

-- 2.34.1