[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / X86 / Inputs / MachO_internal_linker_private_def.s
blobbda54adc3b860cff2f29af91a088b9084c0bf49d
1 # Supplies an internal definition, l_foo, with a linker-private prefix. Since
2 # this definition is not marked as global it should not be resolvable outside
3 # the object.
5 .section __TEXT,__text,regular,pure_instructions
6 .macosx_version_min 10, 14
7 .p2align 4, 0x90
8 l_foo:
9 xorl %eax, %eax
10 retq
12 .subsections_via_symbols