1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Make this (-run) set look like the other (-disable) set.

llvm-svn: 9258
This commit is contained in:
Brian Gaeke 2003-10-19 17:35:35 +00:00
parent 49bf38f650
commit 32af55ebfe

View File

@ -207,7 +207,7 @@ non-obvious ways. Here are some hints and tips:<p>
<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