From: Brian Gaeke Date: Sun, 19 Oct 2003 17:35:35 +0000 (+0000) Subject: Make this (-run) set look like the other (-disable) set. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=28dbfcefa45a7691928e731b6556b5cf5c1c44c4;p=oota-llvm.git Make this (-run) set look like the other (-disable) set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9258 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index a37a15759c1..4787589ad28 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -207,7 +207,7 @@ non-obvious ways. Here are some hints and tips:

bugpoint will attempt to generate a reference output by compiling the program with the C backend and running it.

-

  • -run-{int|jit|llc|cbe}
    +
  • -run-{int,jit,llc,cbe}
    Whenever the test program is compiled, bugpoint should generate code for it using the specified code generator. These options allow you to choose the interpreter, the JIT compiler, the static native