summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/Miscompilation.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-14 22:01:07 +0000
committerChris Lattner <sabre@nondot.org>2005-12-14 22:01:07 +0000
commit8dea0eca2f62b57fa81931371667f27590e49f2f (patch)
tree7294d00c27639d07d4ef59bfe0a5db1a28d3c1d6 /llvm/tools/bugpoint/Miscompilation.cpp
parentb8be9d15966690358f127236a581c8b44cde429b (diff)
downloadbcm5719-llvm-8dea0eca2f62b57fa81931371667f27590e49f2f.tar.gz
bcm5719-llvm-8dea0eca2f62b57fa81931371667f27590e49f2f.zip
Fix printing of the instructions.
llvm-svn: 24714
Diffstat (limited to 'llvm/tools/bugpoint/Miscompilation.cpp')
-rw-r--r--llvm/tools/bugpoint/Miscompilation.cpp2
1 files changed, 1 insertions, 1 deletions
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";
OpenPOWER on IntegriCloud