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

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 17 00:42:02 PST 2004


Changes in directory llvm/tools/bugpoint:

CodeGeneratorBug.cpp updated: 1.34 -> 1.35

---
Log message:

The CBE is now in llc, not llvm-dis


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

Index: llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff -u llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.34 llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.35
--- llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.34	Tue Jan 13 21:38:36 2004
+++ llvm/tools/bugpoint/CodeGeneratorBug.cpp	Tue Feb 17 00:40:51 2004
@@ -262,7 +262,7 @@
     for (unsigned i=0, e = InputArgv.size(); i != e; ++i)
       std::cout << " " << InputArgv[i];
     std::cout << "\n";
-    std::cout << "The shared object was created with:\n  llvm-dis -c "
+    std::cout << "The shared object was created with:\n  llc -march=c "
               << SafeModuleBC << " -o temporary.c\n"
               << "  gcc -xc temporary.c -O2 -o " << SharedObject
 #if defined(sparc) || defined(__sparc__) || defined(__sparcv9)





More information about the llvm-commits mailing list