]> granicus.if.org Git - clang/commit
Convert Clang over to resuming from landing pads with llvm.eh.resume.
authorJohn McCall <rjmccall@apple.com>
Sat, 28 May 2011 21:13:02 +0000 (21:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 28 May 2011 21:13:02 +0000 (21:13 +0000)
commit93c332a8ba2c193c435b293966d343dab15f555b
tree00c3f706192a5549708510fd9896852934d92e16
parente5b75219144d61ce7d6679e9c0b4c97aee3f32b1
Convert Clang over to resuming from landing pads with llvm.eh.resume.
It's quite likely that this will explode, but I need to know how. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132269 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/CodeGen/CGException.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
test/CXX/except/except.spec/p9-dynamic.cpp
test/CodeGenCXX/arm.cpp
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/eh.cpp
test/CodeGenCXX/exceptions.cpp
test/CodeGenCXX/goto.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenCXX/threadsafe-statics-exceptions.cpp
test/CodeGenObjC/blocks-2.m
test/CodeGenObjC/unwind-fn.m [deleted file]