1 # RUN: llvm-mc -triple=powerpc-linux-musl %s | FileCheck --check-prefix=PRINT %s
3 # RUN: llvm-mc -filetype=obj -triple=powerpc-linux-musl %s | llvm-readobj -r | FileCheck %s
5 # PRINT: .reloc 8, R_PPC_NONE, .data
6 # PRINT: .reloc 4, R_PPC_NONE, foo+4
7 # PRINT: .reloc 0, R_PPC_NONE, 8
9 # CHECK: 0x8 R_PPC_NONE .data 0x0
10 # CHECK-NEXT: 0x4 R_PPC_NONE foo 0x4
11 # CHECK-NEXT: 0x0 R_PPC_NONE - 0x8
17 .reloc 8, R_PPC_NONE, .data
18 .reloc 4, R_PPC_NONE, foo+4
19 .reloc 0, R_PPC_NONE, 8