From: Misha Brukman Date: Mon, 20 Oct 2003 19:47:25 +0000 (+0000) Subject: Fixed the documentation to coincide with the code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=65797b83a959e580e2bf293c93091dbaf5a820b5;p=oota-llvm.git 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 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index e34112cf6af..5c1ee22995f 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.

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 -run-llc option instead -of the -run-jit option. This is due to an unimplemented feature in the -code generator debugger.

+says "UNSUPPORTED: external function used as a global initializer!", try using +the -run-llc option instead of the -run-jit option. This is +due to an unimplemented feature in the code generator debugger.

Miscompilation debugger