]> granicus.if.org Git - clang/commit
Fix PR7097, a bad interaction between -fno-use-cxa-atexit and
authorChris Lattner <sabre@nondot.org>
Sat, 19 Jun 2010 05:52:45 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Jun 2010 05:52:45 +0000 (05:52 +0000)
commit810112e28dc839715d17b0a786f23aaa19600ac0
treebe4df999eb856ce5e7be5a6d114df7e82b2533ef
parentb9d5c22529c3f2bf3b03348021c0fd1c723d8516
Fix PR7097, a bad interaction between -fno-use-cxa-atexit and
-mconstructor-aliases by using a WeakVH instead of a raw pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106384 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.h
test/CodeGenCXX/global-dtor-no-atexit.cpp