xref: /llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/Inputs/ELF_weak_defs_extra.s (revision 8ad75c1037289b06bd1b95ff445797d380d93039)
1# Supplies a weak def, WeakDef, and a pointer holding its address,
2# WeakDefAddrInExtraFile.
3
4	.text
5	.file	"ELF_weak_defs_extra.c"
6	.type	WeakDef,@object
7	.data
8	.weak	WeakDef
9	.p2align	2
10WeakDef:
11	.long	2
12	.size	WeakDef, 4
13
14	.type	WeakDefAddrInExtraFile,@object
15	.globl	WeakDefAddrInExtraFile
16	.p2align	3
17WeakDefAddrInExtraFile:
18	.quad	WeakDef
19	.size	WeakDefAddrInExtraFile, 8
20
21	.ident	"clang version 10.0.0-4ubuntu1 "
22	.section	".note.GNU-stack","",@progbits
23	.addrsig
24	.addrsig_sym WeakDef
25