[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / X86 / MachO_empty_section.s
blobf0787ea5f515b5662353196b6508c24e1bbfa98a
1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t.o %s
2 # RUN: llvm-jitlink -noexec -entry hook %t.o
4 # Make sure that an empty __text section doesn't cause any problems.
6 .section __TEXT,__text,regular,pure_instructions
7 .macosx_version_min 10, 15
8 l_empty:
10 .section __TEXT,__const
11 .globl hook
12 .p2align 2
13 hook:
14 .long 42
16 .subsections_via_symbols