Print -fno-strict-aliasing as well

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-18 21:08:57 +00:00
parent 1a28a2b76d
commit b715497a56

View 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);