1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Print -fno-strict-aliasing as well

llvm-svn: 9243
This commit is contained in:
Chris Lattner 2003-10-18 21:08:57 +00:00
parent 23628ef2fb
commit 4aa68a71a7

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