mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +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
|
||||
<< " -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