diff options
Diffstat (limited to 'test/ELF/Inputs/i386-reloc-8-error.s')
-rw-r--r-- | test/ELF/Inputs/i386-reloc-8-error.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ELF/Inputs/i386-reloc-8-error.s b/test/ELF/Inputs/i386-reloc-8-error.s new file mode 100644 index 000000000000..b6a7626456dc --- /dev/null +++ b/test/ELF/Inputs/i386-reloc-8-error.s @@ -0,0 +1,3 @@ +.globl foo +.hidden foo +foo = 256 |