summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-20 19:47:25 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-20 19:47:25 +0000
commit65797b83a959e580e2bf293c93091dbaf5a820b5 (patch)
tree4160d93f83286cca364a9b11490a075867f492bb /docs/CommandGuide
parentb2109ce97881269a610fa4afbcbca350e975174d (diff)
downloadllvm-65797b83a959e580e2bf293c93091dbaf5a820b5.tar.gz
llvm-65797b83a959e580e2bf293c93091dbaf5a820b5.tar.bz2
llvm-65797b83a959e580e2bf293c93091dbaf5a820b5.tar.xz
Fixed the documentation to coincide with the code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index e34112cf6a..5c1ee22995 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -101,10 +101,9 @@ reproducing the problem. The code generator debugger assumes that the C
backend produces good code.<p>
If you are using the code generator debugger and get an error message that
-says "Non-instruction
-is using an external function!", try using the <tt>-run-llc</tt> option instead
-of the <tt>-run-jit</tt> option. This is due to an unimplemented feature in the
-code generator debugger.<p>
+says "UNSUPPORTED: external function used as a global initializer!", try using
+the <tt>-run-llc</tt> option instead of the <tt>-run-jit</tt> option. This is
+due to an unimplemented feature in the code generator debugger.<p>
<a name="miscompilationdebug">
<h4>Miscompilation debugger</h4>