From 774b94a74b139bbf70a96723e02789747364235b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 20 Oct 2003 19:47:25 +0000 Subject: [PATCH] Fixed the documentation to coincide with the code. llvm-svn: 9301 --- llvm/docs/CommandGuide/bugpoint.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index e34112c..5c1ee22 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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

-- 2.7.4