diff options
Diffstat (limited to 'test/ELF/linkerscript/Inputs/lazy-symbols.s')
-rw-r--r-- | test/ELF/linkerscript/Inputs/lazy-symbols.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ELF/linkerscript/Inputs/lazy-symbols.s b/test/ELF/linkerscript/Inputs/lazy-symbols.s new file mode 100644 index 000000000000..dd28fcbd5255 --- /dev/null +++ b/test/ELF/linkerscript/Inputs/lazy-symbols.s @@ -0,0 +1,2 @@ +.globl foo +foo: |