[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / X86 / MachO_thread_bss.s
blobc921e648f8a126e0932066ca7fdaf73d404d40a4
1 # RUN: llvm-mc -triple=x86_64-apple-macos10.9 -filetype=obj -o %t %s
2 # RUN: llvm-jitlink -noexec -check=%s %t
4 # Check that __thread_bss sections are handled as zero-fill.
6 # jitlink-check: *{4}X = 0
8 .section __TEXT,__text,regular,pure_instructions
9 .build_version macos, 10, 15 sdk_version 10, 15
10 .globl _main
11 .p2align 4, 0x90
12 _main:
13 retq
15 .globl X
16 .tbss X, 4, 2
19 .subsections_via_symbols