You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,14 +0,0 @@
|
||||
; RUN: not llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - 2>&1 | FileCheck %s
|
||||
|
||||
; Check for error message:
|
||||
; CHECK: error: inline asm not supported yet: don't know how to handle tied indirect register inputs
|
||||
|
||||
%struct.my_stack = type { %struct.myjmp_buf }
|
||||
%struct.myjmp_buf = type { [6 x i32] }
|
||||
|
||||
define void @switch_to_stack(%struct.my_stack* %stack) nounwind {
|
||||
entry:
|
||||
%regs = getelementptr inbounds %struct.my_stack, %struct.my_stack* %stack, i32 0, i32 0
|
||||
tail call void asm "\0A", "=*r,*0"(%struct.myjmp_buf* %regs, %struct.myjmp_buf* %regs)
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user