1 ## Test that llvm-readobj/llvm-readelf shows proper relocation type
2 ## names and values for macho-arm target.
5 # RUN: llvm-readobj -r --expand-relocs %p/Inputs/relocs.obj.macho-arm | FileCheck %s
7 # CHECK: Type: ARM_RELOC_VANILLA (0)
8 # CHECK: Type: ARM_RELOC_PAIR (1)
9 # CHECK: Type: ARM_RELOC_SECTDIFF (2)
10 # CHECK: Type: ARM_RELOC_LOCAL_SECTDIFF (3)
11 # CHECK: Type: ARM_RELOC_PB_LA_PTR (4)
12 # CHECK: Type: ARM_RELOC_BR24 (5)
13 # CHECK: Type: ARM_THUMB_RELOC_BR22 (6)
14 # CHECK: Type: ARM_THUMB_32BIT_BRANCH (7)
15 # CHECK: Type: ARM_RELOC_HALF (8)
16 # CHECK: Type: ARM_RELOC_HALF_SECTDIFF (9)