[ARMAsmParser] Sort the ARM register lists based on the encoding value, not the
[oota-llvm.git] / test / MC / AArch64 / elf-reloc-addend.s
1 // RUN: llvm-mc -triple=aarch64-linux-gnu -filetype=obj -o - %s | llvm-objdump -triple=aarch64-linux-gnu -r - | FileCheck %s
2
3         add x0, x4, #:lo12:sym
4 // CHECK: 0 R_AARCH64_ADD_ABS_LO12_NC sym
5         add x3, x5, #:lo12:sym+1
6 // CHECK: 4 R_AARCH64_ADD_ABS_LO12_NC sym+1
7         add x3, x5, #:lo12:sym-1
8 // CHECK: 8 R_AARCH64_ADD_ABS_LO12_NC sym-1