mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 21:24:55 +08:00
Update clang for LLVM API change. No functionality change.
llvm-svn: 176174
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user