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://review.tizen.org/git/?a=commitdiff_plain;h=8ef235e2fc4862d80c8677532d6d1048114a9a61;p=platform%2Fupstream%2Fllvm.git Make this (-run) set look like the other (-disable) set. llvm-svn: 9258 --- diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index a37a157..4787589 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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