diff options
Diffstat (limited to 'test/ELF/Inputs/abs.s')
-rw-r--r-- | test/ELF/Inputs/abs.s | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ELF/Inputs/abs.s b/test/ELF/Inputs/abs.s deleted file mode 100644 index dc7f67a3c251..000000000000 --- a/test/ELF/Inputs/abs.s +++ /dev/null @@ -1,4 +0,0 @@ -.global abs -abs = 0x42 -.global big -big = 0x1000000000 |