From b715497a564bac60fef22d8927eff7a03ce0698c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 18 Oct 2003 21:08:57 +0000 Subject: [PATCH] Print -fno-strict-aliasing as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9243 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/CodeGeneratorBug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);