You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
15
external/llvm/test/CodeGen/ARM/thumb-litpool.ll
vendored
15
external/llvm/test/CodeGen/ARM/thumb-litpool.ll
vendored
@ -1,15 +0,0 @@
|
||||
; RUN: llc -mtriple=thumbv6m-apple-macho %s -relocation-model=static -o - | FileCheck %s
|
||||
; RUN: llc -mtriple=thumbv6m-apple-macho %s -relocation-model=pic -o - | FileCheck %s
|
||||
|
||||
@var = global i8 zeroinitializer
|
||||
|
||||
declare void @callee(i8*)
|
||||
|
||||
define void @foo() minsize {
|
||||
; CHECK-LABEL: foo:
|
||||
; CHECK: ldr {{r[0-7]}}, LCPI0_0
|
||||
call void @callee(i8* @var)
|
||||
call void asm sideeffect "", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7}"()
|
||||
call void @callee(i8* @var)
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user