From: Chris Lattner Date: Sat, 18 Oct 2003 21:08:57 +0000 (+0000) Subject: Print -fno-strict-aliasing as well X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b715497a564bac60fef22d8927eff7a03ce0698c;p=oota-llvm.git Print -fno-strict-aliasing as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index 8bb3b49e352..d44cf57c1ee 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -259,7 +259,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector &Funcs, #else << " -shared" // `-shared' for Linux/X86, maybe others #endif - << "\n"; + << " -fno-strict-aliasing\n"; } else { removeFile(TestModuleBC); removeFile(SafeModuleBC);