]> granicus.if.org Git - clang/commit
Switch the __cxa_free_exception cleanup to be lazy.
authorJohn McCall <rjmccall@apple.com>
Tue, 13 Jul 2010 21:17:51 +0000 (21:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 13 Jul 2010 21:17:51 +0000 (21:17 +0000)
commit09faeabf39a6fab2e2beb6bf03da970c17d2049a
treeea860d2d4169efb4291ee7c37ac90ab2be7b7480
parent55a17c057c5293e517609a91438342737ef51545
Switch the __cxa_free_exception cleanup to be lazy.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
test/CodeGenCXX/eh.cpp