summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/Inputs/constant-import.s
blob: 4249d74c9cb74a62baed593357a65f5b8037e03c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

	.def __DllMainCRTStartup@12
		.type 32
		.scl 2
	.endef
	.global __DllMainCRTStartup@12
__DllMainCRTStartup@12:
	ret

	.data
	.def _Data
		.type 0
		.scl 2
	.endef
	.global _Data
_Data:
	.long ___CFConstantStringClassReference

	.section .drectve
	.ascii " -export:_Data"

OpenPOWER on IntegriCloud