You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
15
external/llvm/test/CodeGen/ARM/Windows/builtin_longjmp.ll
vendored
Normal file
15
external/llvm/test/CodeGen/ARM/Windows/builtin_longjmp.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: llc -mtriple thumbv7--windows-itanium -filetype asm -o - %s | FileCheck %s
|
||||
|
||||
declare void @llvm.eh.sjlj.longjmp(i8*)
|
||||
|
||||
define arm_aapcs_vfpcc void @test___builtin_longjump(i8* %b) {
|
||||
entry:
|
||||
tail call void @llvm.eh.sjlj.longjmp(i8* %b)
|
||||
unreachable
|
||||
}
|
||||
|
||||
; CHECK: push.w {r11, lr}
|
||||
; CHECK: ldr.w r11, [r0]
|
||||
; CHECK: ldr.w sp, [r0, #8]
|
||||
; CHECK: ldr.w pc, [r0, #4]
|
||||
|
Reference in New Issue
Block a user