[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / local-reloc.s
blob91c4a40bc3e73465289fdb3ef7bdc7ff200d7975
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -S -r --symbols | FileCheck %s
3 // Test that relocations with local symbols are represented as relocations
4 // with the section. They should be equivalent, but gas behaves like this.
6 movl foo, %r14d
7 foo:
9 // CHECK: Relocations [
10 // CHECK: Section {{.*}} .rela.text {
11 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32S .text 0x{{[^ ]+}}
12 // CHECK-NEXT: }
13 // CHECK-NEXT: ]