diff options
Diffstat (limited to 'test/ELF/Inputs/trace-symbols-foo-strong.s')
-rw-r--r-- | test/ELF/Inputs/trace-symbols-foo-strong.s | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/ELF/Inputs/trace-symbols-foo-strong.s b/test/ELF/Inputs/trace-symbols-foo-strong.s deleted file mode 100644 index 874642978c9be..0000000000000 --- a/test/ELF/Inputs/trace-symbols-foo-strong.s +++ /dev/null @@ -1,14 +0,0 @@ -.text -.globl foo -.type foo, @function -foo: -nop - -.globl bar -.type bar, @function -bar: -nop - -.global func2 -.type func2, @function -func2: |