aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/JITLink/X86/Inputs/MachO_internal_linker_private_def.s
blob: bda54adc3b860cff2f29af91a088b9084c0bf49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Supplies an internal definition, l_foo, with a linker-private prefix. Since
# this definition is not marked as global it should not be resolvable outside
# the object.

	.section	__TEXT,__text,regular,pure_instructions
	.macosx_version_min 10, 14
	.p2align	4, 0x90
l_foo:
	xorl	%eax, %eax
	retq

.subsections_via_symbols