diff options
Diffstat (limited to 'lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | lib/CodeGen/BackendUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/BackendUtil.cpp b/lib/CodeGen/BackendUtil.cpp index 1d5ff44a50..14eb57d27e 100644 --- a/lib/CodeGen/BackendUtil.cpp +++ b/lib/CodeGen/BackendUtil.cpp @@ -307,7 +307,8 @@ void EmitAssemblyHelper::CreatePasses(TargetMachine *TM) { CodeGenOpts.EmitGcovArcs, TargetTriple.isMacOSX(), false, - CodeGenOpts.DisableRedZone)); + CodeGenOpts.DisableRedZone, + false)); if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo) MPM->add(createStripSymbolsPass(true)); |