mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
1a28a2b76d
commit
b715497a56
@ -259,7 +259,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
|
|||||||
#else
|
#else
|
||||||
<< " -shared" // `-shared' for Linux/X86, maybe others
|
<< " -shared" // `-shared' for Linux/X86, maybe others
|
||||||
#endif
|
#endif
|
||||||
<< "\n";
|
<< " -fno-strict-aliasing\n";
|
||||||
} else {
|
} else {
|
||||||
removeFile(TestModuleBC);
|
removeFile(TestModuleBC);
|
||||||
removeFile(SafeModuleBC);
|
removeFile(SafeModuleBC);
|
||||||
|
Loading…
Reference in New Issue
Block a user