summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/verdef.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/Inputs/verdef.s')
-rw-r--r--lld/test/ELF/Inputs/verdef.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/ELF/Inputs/verdef.s b/lld/test/ELF/Inputs/verdef.s
new file mode 100644
index 00000000000..349d5fd0c26
--- /dev/null
+++ b/lld/test/ELF/Inputs/verdef.s
@@ -0,0 +1,6 @@
+.text
+.globl _start
+_start:
+ callq a
+ callq b
+ callq c
OpenPOWER on IntegriCloud