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

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


Changes in directory llvm/tools/bugpoint:

CodeGeneratorBug.cpp updated: 1.22 -> 1.23

---
Log message:

Print -fno-strict-aliasing as well


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

Index: llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff -u llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.22 llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.23
--- llvm/tools/bugpoint/CodeGeneratorBug.cpp:1.22	Tue Oct 14 16:59:36 2003
+++ llvm/tools/bugpoint/CodeGeneratorBug.cpp	Sat Oct 18 16:08:57 2003
@@ -259,7 +259,7 @@
 #else
               << " -shared"       // `-shared' for Linux/X86, maybe others
 #endif
-              << "\n";
+              << " -fno-strict-aliasing\n";
   } else {
     removeFile(TestModuleBC);
     removeFile(SafeModuleBC);





More information about the llvm-commits mailing list