Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / MC / LoongArch / Relocations / sub-expr.s
blob0179e1027af8f2dc9dbbe66172976293c9200e7f
1 # RUN: llvm-mc --filetype=obj --triple=loongarch64 %s -o %t
2 # RUN: llvm-readobj -r %t | FileCheck %s
4 ## Check that subtraction expressions emit R_LARCH_32_PCREL and R_LARCH_64_PCREL relocations.
6 ## TODO: 1- or 2-byte data relocations are not supported for now.
8 # CHECK: Relocations [
9 # CHECK-NEXT: Section ({{.*}}) .rela.data {
10 # CHECK-NEXT: 0x0 R_LARCH_64_PCREL sx 0x0
11 # CHECK-NEXT: 0x8 R_LARCH_64_PCREL sy 0x0
12 # CHECK-NEXT: 0x10 R_LARCH_32_PCREL sx 0x0
13 # CHECK-NEXT: 0x14 R_LARCH_32_PCREL sy 0x0
14 # CHECK-NEXT: }
16 .section sx,"a"
18 nop
20 .data
21 .8byte x-.
22 .8byte y-.
23 .4byte x-.
24 .4byte y-.
26 .section sy,"a"
28 nop