[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Oct 19 12:36:00 PDT 2003
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.14 -> 1.15
---
Log message:
Make this (-run) set look like the other (-disable) set.
---
Diffs of the changes: (+1 -1)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.14 llvm/docs/CommandGuide/bugpoint.html:1.15
--- llvm/docs/CommandGuide/bugpoint.html:1.14 Sun Oct 19 12:30:36 2003
+++ llvm/docs/CommandGuide/bugpoint.html Sun Oct 19 12:35:35 2003
@@ -207,7 +207,7 @@
<tt>bugpoint</tt> will attempt to generate a reference output by
compiling the program with the C backend and running it.<p>
- <a name="opt_run-"><li><tt>-run-{int|jit|llc|cbe}</tt><br>
+ <a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br>
Whenever the test program is compiled, <tt>bugpoint</tt> should generate
code for it using the specified code generator. These options allow
you to choose the interpreter, the JIT compiler, the static native
More information about the llvm-commits
mailing list