summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-19 05:52:45 +0000
committerChris Lattner <sabre@nondot.org>2010-06-19 05:52:45 +0000
commit87233f785b253761dd94a6924d117ba7a6ba3690 (patch)
treee1c52f5537ebec45b7ddba29964e684b9a95b88b /clang/lib/CodeGen/CodeGenFunction.h
parent4581434c27daed4f693323ff48dbea1b35812805 (diff)
downloadbcm5719-llvm-87233f785b253761dd94a6924d117ba7a6ba3690.tar.gz
bcm5719-llvm-87233f785b253761dd94a6924d117ba7a6ba3690.zip
Fix PR7097, a bad interaction between -fno-use-cxa-atexit and
-mconstructor-aliases by using a WeakVH instead of a raw pointer. llvm-svn: 106384
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index f2a35ac5c7f..0fdb60ccbba 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1268,7 +1268,7 @@ public:
/// GenerateCXXGlobalDtorFunc - Generates code for destroying global
/// variables.
void GenerateCXXGlobalDtorFunc(llvm::Function *Fn,
- const std::vector<std::pair<llvm::Constant*,
+ const std::vector<std::pair<llvm::WeakVH,
llvm::Constant*> > &DtorsAndObjects);
void GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, const VarDecl *D);
OpenPOWER on IntegriCloud