diff options
Diffstat (limited to 'test/ELF/linkerscript/Inputs/shared.s')
-rw-r--r-- | test/ELF/linkerscript/Inputs/shared.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ELF/linkerscript/Inputs/shared.s b/test/ELF/linkerscript/Inputs/shared.s new file mode 100644 index 0000000000000..c3c22fe4b4fbc --- /dev/null +++ b/test/ELF/linkerscript/Inputs/shared.s @@ -0,0 +1,10 @@ +.global bar +.type bar, @function +bar: + +.global bar2 +.type bar2, @function +bar2: + +.global zed +zed: |