[llvm-commits] CVS: llvm/tools/bugpoint/Miscompilation.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 14 14:01:18 PST 2005



Changes in directory llvm/tools/bugpoint:

Miscompilation.cpp updated: 1.73 -> 1.74
---
Log message:

Fix printing of the instructions.


---
Diffs of the changes:  (+1 -1)

 Miscompilation.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/bugpoint/Miscompilation.cpp
diff -u llvm/tools/bugpoint/Miscompilation.cpp:1.73 llvm/tools/bugpoint/Miscompilation.cpp:1.74
--- llvm/tools/bugpoint/Miscompilation.cpp:1.73	Tue Dec  6 14:51:30 2005
+++ llvm/tools/bugpoint/Miscompilation.cpp	Wed Dec 14 16:01:07 2005
@@ -862,7 +862,7 @@
     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";






More information about the llvm-commits mailing list