[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 20 14:48:01 PDT 2003
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.17 -> 1.18
---
Log message:
Fixed the documentation to coincide with the code.
---
Diffs of the changes: (+3 -4)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.17 llvm/docs/CommandGuide/bugpoint.html:1.18
--- llvm/docs/CommandGuide/bugpoint.html:1.17 Sun Oct 19 12:37:33 2003
+++ llvm/docs/CommandGuide/bugpoint.html Mon Oct 20 14:47:25 2003
@@ -101,10 +101,9 @@
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>
More information about the llvm-commits
mailing list