[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / no-reloc.s
blob78f1b88cebbe8749fbec8af287e760e4782ed099
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s
3 // CHECK: Relocations [
4 // CHECK-NEXT: ]
6 .section .test1_foo
7 .Ltest1_1:
8 .Ltest1_2 = .Ltest1_1
9 .section .test1_bar
10 .long .Ltest1_1-.Ltest1_2
13 .section test2
15 .Ltest2_a:
16 .Ltest2_b = .Ltest2_a
17 .Ltest2_c:
18 .Ltest2_d = .Ltest2_c-.Ltest2_b
19 .long .Ltest2_d