aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-02-27 06:22:58 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-02-27 06:22:58 +0000
commitf4086ebb09be67124e80cc1640090e39322a89cd (patch)
treead4ed4540b2d7814029ac43077feb472437a56e0 /lib/CodeGen/BackendUtil.cpp
parenta2bb8923334ecd35b8f914dff7d105330abbad22 (diff)
Update clang for LLVM API change. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BackendUtil.cpp')
-rw-r--r--lib/CodeGen/BackendUtil.cpp3
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));