diff options
Diffstat (limited to 'lld/test/ELF/aarch64-gnu-ifunc-nosym.s')
-rw-r--r-- | lld/test/ELF/aarch64-gnu-ifunc-nosym.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s index 96dd3e8040f..bb3a0b8b511 100644 --- a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s +++ b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s @@ -13,13 +13,11 @@ .text .type foo STT_GNU_IFUNC .globl foo -.type foo, @function foo: ret .type bar STT_GNU_IFUNC .globl bar -.type bar, @function bar: ret |