xref: /llvm-project/compiler-rt/test/orc/TestCases/Darwin/arm64/Inputs/ret_self.S (revision 93509b4462a74c3f96eb576f1bbaaa26328e63b2)
1	.section	__TEXT,__text,regular,pure_instructions
2	.build_version macos, 14, 0	sdk_version 14, 4
3	.globl	_ret_self
4	.p2align	2
5_ret_self:
6	adrp	x0, _ret_self@PAGE
7	add	x0, x0, _ret_self@PAGEOFF
8	ret
9
10.subsections_via_symbols
11
12