diff options
Diffstat (limited to 'llvm/test/MC/Hexagon/extended_relocations.ll')
-rw-r--r-- | llvm/test/MC/Hexagon/extended_relocations.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Hexagon/extended_relocations.ll b/llvm/test/MC/Hexagon/extended_relocations.ll index a16185c3994..dde50bf8dac 100644 --- a/llvm/test/MC/Hexagon/extended_relocations.ll +++ b/llvm/test/MC/Hexagon/extended_relocations.ll @@ -1,6 +1,6 @@ ; RUN: llc -filetype=obj -march=hexagon %s -o - | llvm-objdump -r - | FileCheck %s -; CHECK: RELOCATION RECORDS FOR [.rela.text]: +; CHECK: RELOCATION RECORDS FOR [.text]: ; CHECK: 00000000 R_HEX_B22_PCREL printf ; CHECK: 00000004 R_HEX_32_6_X .rodata.str1.1 ; CHECK: 00000008 R_HEX_6_X .rodata.str1.1 |