projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd43e4
)
Update clang for LLVM API change. No functionality change.
author
Nick Lewycky
<nicholas@mxc.ca>
Wed, 27 Feb 2013 06:22:58 +0000
(06:22 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Wed, 27 Feb 2013 06:22:58 +0000
(06:22 +0000)
llvm-svn: 176174
clang/lib/CodeGen/BackendUtil.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/BackendUtil.cpp
b/clang/lib/CodeGen/BackendUtil.cpp
index 1d5ff44a50be683cb2db1265b95efb0ae76bf265..14eb57d27e33875cc37f0d12ce1e32aa3c28f59b 100644
(file)
--- a/
clang/lib/CodeGen/BackendUtil.cpp
+++ b/
clang/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));