]> granicus.if.org Git - clang/commit
Fix a trivial oversight with apple-kext static local destructors
authorJohn McCall <rjmccall@apple.com>
Fri, 13 Apr 2012 02:53:27 +0000 (02:53 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 13 Apr 2012 02:53:27 +0000 (02:53 +0000)
commit7444639f2739905054ef37f3f100f4bad8810062
treed0f20a4f92e45169ae0fe1cb55e64ad35010e65b
parent95e7aaf46a28f972d730e5181bf9e2693a32c3ce
Fix a trivial oversight with apple-kext static local destructors
and add a test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154653 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDeclCXX.cpp
test/CodeGenCXX/apple-kext.cpp [new file with mode: 0644]