diff options
Diffstat (limited to 'test/ELF/Inputs/dso-undef-size.s')
-rw-r--r-- | test/ELF/Inputs/dso-undef-size.s | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ELF/Inputs/dso-undef-size.s b/test/ELF/Inputs/dso-undef-size.s deleted file mode 100644 index 424f56f82b72..000000000000 --- a/test/ELF/Inputs/dso-undef-size.s +++ /dev/null @@ -1,4 +0,0 @@ -.text -.global foo -.size foo, 4 -foo: |