Update clang for LLVM API change. No functionality change.

llvm-svn: 176174
This commit is contained in:
Nick Lewycky
2013-02-27 06:22:58 +00:00
parent 6fd43e4071
commit a0076cdbb2

View File

@@ -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));