brintos

brintos / llvm-project-archived public Read only

0
0
Text · 405 B · 200faed Raw
20 lines · plain
1# Supplies a weak def of ExtraDef, and a pointer holding its address,2# ExtraDefInExtraFile.3 4	.section	__TEXT,__text,regular,pure_instructions5	.build_version macos, 10, 14	sdk_version 10, 146	.section	__DATA,__data7	.globl	ExtraDef8	.weak_definition	ExtraDef9	.p2align	210ExtraDef:11	.long	212 13	.globl	ExtraDefAddrInExtraFile14	.p2align	315ExtraDefAddrInExtraFile:16	.quad	ExtraDef17 18 19.subsections_via_symbols20