mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Print -fno-strict-aliasing as well
llvm-svn: 9243
This commit is contained in:
parent
23628ef2fb
commit
4aa68a71a7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user