Fix printing of the instructions.
authorChris Lattner <sabre@nondot.org>
Wed, 14 Dec 2005 22:01:07 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Dec 2005 22:01:07 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24714 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/Miscompilation.cpp

index dfe67de0cd07dc13b450ee2cbf7750cd0ee38c2e..cf4cc7e748cc7bc3ad70a0bb673af1cf0447aea9 100644 (file)
@@ -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";