mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Update to new EH scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78ae1f7947
commit
a29a6b9a6c
@ -3,5 +3,10 @@
|
||||
declare void @g()
|
||||
define void @f() {
|
||||
invoke void @g() to label %c unwind label %c
|
||||
c: ret void
|
||||
c:
|
||||
%exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
||||
cleanup
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @__gxx_personality_v0(...)
|
||||
|
Loading…
Reference in New Issue
Block a user