r176174 - Update clang for LLVM API change. No functionality change.
Nick Lewycky
nicholas at mxc.ca
Tue Feb 26 22:22:58 PST 2013
Author: nicholas
Date: Wed Feb 27 00:22:58 2013
New Revision: 176174
URL: http://llvm.org/viewvc/llvm-project?rev=176174&view=rev
Log:
Update clang for LLVM API change. No functionality change.
Modified:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=176174&r1=176173&r2=176174&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Wed Feb 27 00:22:58 2013
@@ -307,7 +307,8 @@ void EmitAssemblyHelper::CreatePasses(Ta
CodeGenOpts.EmitGcovArcs,
TargetTriple.isMacOSX(),
false,
- CodeGenOpts.DisableRedZone));
+ CodeGenOpts.DisableRedZone,
+ false));
if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
MPM->add(createStripSymbolsPass(true));
More information about the cfe-commits
mailing list