diff options
Diffstat (limited to 'lld/test/ELF/gnu-ifunc-relative.s')
| -rw-r--r-- | lld/test/ELF/gnu-ifunc-relative.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/gnu-ifunc-relative.s b/lld/test/ELF/gnu-ifunc-relative.s index 510f246c394..278bc5021e6 100644 --- a/lld/test/ELF/gnu-ifunc-relative.s +++ b/lld/test/ELF/gnu-ifunc-relative.s @@ -14,7 +14,7 @@ foo: _start: call foo -// CHECK: Section ({{.*}}) .rela.plt { +// CHECK: Section ({{.*}}) .rela.dyn { // CHECK-NEXT: R_X86_64_IRELATIVE - 0x[[ADDR:.*]] // CHECK-NEXT: } |

