[ARMAsmParser] Sort the ARM register lists based on the encoding value, not the
[oota-llvm.git] / test / MC / ELF / x86_64-reloc-sizetest.s
index c899a94aa78b4eb1b0461a12f1aca80fd454f2a9..10c13123e6507fe42d739e8ca4bce79e4a8a6331 100644 (file)
@@ -1,13 +1,13 @@
-// RUN: llvm-mc -triple x86_64-linux-gnu -filetype=obj %s | elf-dump | FileCheck %s
+// RUN: llvm-mc -triple x86_64-linux-gnu -filetype=obj %s | llvm-readobj -r | FileCheck %s
 
 // Tests that relocation value fits in the provided size
 // Original bug http://llvm.org/bugs/show_bug.cgi?id=10568
-       
+
 L: movq $(L + 2147483648),%rax
 
-       
-// CHECK:          Relocation 0x00000000
-// CHECK-NEXT:     'r_offset', 0x00000003
-// CHECK-NEXT:     'r_sym'
-// CHECK-NEXT:     'r_type', 0x0000000b
-// CHECK-NEXT:     'r_addend', 0x80000000
+
+// CHECK:      Relocations [
+// CHECK-NEXT:   Section ({{[0-9]+}}) .rela.text {
+// CHECK-NEXT:     0x3 R_X86_64_32S {{[^ ]+}} 0x80000000
+// CHECK-NEXT:   }
+// CHECK-NEXT: ]