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