Print -fno-strict-aliasing as well
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:08:57 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:08:57 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9243 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/CodeGeneratorBug.cpp

index 8bb3b49e3523f9cae7fc02bbd8db117edf38e6f2..d44cf57c1ee1df3dee9e74c440c5525879551c56 100644 (file)
@@ -259,7 +259,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
 #else
               << " -shared"       // `-shared' for Linux/X86, maybe others
 #endif
-              << "\n";
+              << " -fno-strict-aliasing\n";
   } else {
     removeFile(TestModuleBC);
     removeFile(SafeModuleBC);