From 8dea0eca2f62b57fa81931371667f27590e49f2f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Dec 2005 22:01:07 +0000 Subject: Fix printing of the instructions. llvm-svn: 24714 --- llvm/tools/bugpoint/Miscompilation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/bugpoint/Miscompilation.cpp') diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp index dfe67de0cd0..cf4cc7e748c 100644 --- a/llvm/tools/bugpoint/Miscompilation.cpp +++ b/llvm/tools/bugpoint/Miscompilation.cpp @@ -862,7 +862,7 @@ bool BugDriver::debugCodeGenerator() { std::cout << " gcc " << SharedObject << " " << TestModuleBC << ".s -o " << TestModuleBC << ".exe"; #if defined (HAVE_LINK_R) - std::cout << "-Wl,-R."; + std::cout << " -Wl,-R."; #endif std::cout << "\n"; std::cout << " " << TestModuleBC << ".exe"; -- cgit v1.2.3