Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

32 lines
770 B
ArmAsm

@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj -relocations -expand-relocs | FileCheck %s
_fred:
movt r3, :upper16:(_wilma-(LPC0_0+4))
LPC0_0:
_wilma:
.long 0
@ CHECK: File: <stdin>
@ CHECK: Format: Mach-O arm
@ CHECK: Arch: arm
@ CHECK: AddressSize: 32bit
@ CHECK: Relocations [
@ CHECK: Section __text {
@ CHECK: Relocation {
@ CHECK: Offset: 0x0
@ CHECK: PCRel: 0
@ CHECK: Length: 3
@ CHECK: Type: ARM_RELOC_HALF_SECTDIFF (9)
@ CHECK: Value: 0x4
@ CHECK: }
@ CHECK: Relocation {
@ CHECK: Offset: 0xFFFC
@ CHECK: PCRel: 0
@ CHECK: Length: 3
@ CHECK: Type: ARM_RELOC_PAIR (1)
@ CHECK: Value: 0x4
@ CHECK: }
@ CHECK: }
@ CHECK: ]