diff options
Diffstat (limited to 'test/ELF/Inputs/arm-shared.s')
-rw-r--r-- | test/ELF/Inputs/arm-shared.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ELF/Inputs/arm-shared.s b/test/ELF/Inputs/arm-shared.s new file mode 100644 index 0000000000000..4330a1db1591a --- /dev/null +++ b/test/ELF/Inputs/arm-shared.s @@ -0,0 +1,8 @@ +.syntax unified +.global bar2 +.type bar2, %function +bar2: + +.global zed2 +.type zed2, %function +zed2: |