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

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 18 16:56:01 PDT 2003


Changes in directory llvm/tools/bugpoint:

CodeGeneratorBug.cpp updated: 1.23 -> 1.24

---
Log message:

Update compile information


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

Index: llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff -u llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.23 llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.24
--- llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.23	Sat Oct 18 16:08:57 2003
+++ llvm/tools/bugpoint/CodeGeneratorBug.cpp	Sat Oct 18 16:55:47 2003
@@ -245,7 +245,7 @@
     } else {
       std::cout << "  llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n";
       std::cout << "  gcc " << SharedObject << " " << TestModuleBC
-                << ".s -o " << TestModuleBC << ".exe\n";
+                << ".s -o " << TestModuleBC << ".exe -Wl,-R.\n";
       std::cout << "  " << TestModuleBC << ".exe";
     }
     for (unsigned i=0, e = InputArgv.size(); i != e; ++i)





More information about the llvm-commits mailing list