diff options
Diffstat (limited to 'llvm/test/MC/ARM/elf-thumbfunc-reloc.s')
-rw-r--r-- | llvm/test/MC/ARM/elf-thumbfunc-reloc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/elf-thumbfunc-reloc.s b/llvm/test/MC/ARM/elf-thumbfunc-reloc.s index 87a26d8df84..de3594e1ce1 100644 --- a/llvm/test/MC/ARM/elf-thumbfunc-reloc.s +++ b/llvm/test/MC/ARM/elf-thumbfunc-reloc.s @@ -18,7 +18,7 @@ f: @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g @CHECK: Relocations [ -@CHECK-NEXT: Section (1) .text { +@CHECK-NEXT: Section (2) .rel.text { @CHECK-NEXT: 0x4 R_ARM_THM_CALL g 0x0 @CHECK-NEXT: } @CHECK-NEXT: ] |