You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,25 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=armv7-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
|
||||
; RUN: llc < %s -mtriple=armv7-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
|
||||
; RUN: llc < %s -mtriple=armv7k-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI
|
||||
; RUN: llc < %s -mtriple=armv7k-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI
|
||||
|
||||
declare void @func()
|
||||
|
||||
declare i32 @__gxx_personality_sj0(...)
|
||||
|
||||
define void @test0() personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*) {
|
||||
entry:
|
||||
invoke void @func()
|
||||
to label %cont unwind label %lpad
|
||||
|
||||
cont:
|
||||
ret void
|
||||
|
||||
lpad:
|
||||
%exn = landingpad { i8*, i32 }
|
||||
cleanup
|
||||
resume { i8*, i32 } %exn
|
||||
}
|
||||
|
||||
; IOS: __Unwind_SjLj_Resume
|
||||
; WATCHABI: __Unwind_Resume
|
Reference in New Issue
Block a user