diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 17:35:35 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-19 17:35:35 +0000 |
commit | 28dbfcefa45a7691928e731b6556b5cf5c1c44c4 (patch) | |
tree | 2d1211b6ce2f473af415ef409fc7182f4206866d /docs/CommandGuide | |
parent | 6ff3310c49524ed9200d6f28a8fce23b1dca3273 (diff) | |
download | external_llvm-28dbfcefa45a7691928e731b6556b5cf5c1c44c4.zip external_llvm-28dbfcefa45a7691928e731b6556b5cf5c1c44c4.tar.gz external_llvm-28dbfcefa45a7691928e731b6556b5cf5c1c44c4.tar.bz2 |
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
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index a37a157..4787589 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -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 |