diff options
Diffstat (limited to 'test/ELF/Inputs/weak-undef-lazy.s')
-rw-r--r-- | test/ELF/Inputs/weak-undef-lazy.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ELF/Inputs/weak-undef-lazy.s b/test/ELF/Inputs/weak-undef-lazy.s new file mode 100644 index 0000000000000..c77477315156f --- /dev/null +++ b/test/ELF/Inputs/weak-undef-lazy.s @@ -0,0 +1,3 @@ +.global foobar +foobar: + nop |