[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / AArch64 / MachO_compact_unwind.s
blob20534d5a48656d7fd277f5c790529461ff914af1
1 # REQUIRES: asserts
2 # RUN: llvm-mc -triple=arm64-apple-ios -filetype=obj -o %t %s
3 # RUN: llvm-jitlink -noexec -debug-only=jitlink %t 2>&1 | FileCheck %s
5 # Check that splitting of compact-unwind sections works.
7 # CHECK: splitting {{.*}} __LD,__compact_unwind containing 1 initial blocks...
8 # CHECK: Splitting {{.*}} into 1 compact unwind record(s)
9 # CHECK: Updating {{.*}} to point to _main {{.*}}
11 .section __TEXT,__text,regular,pure_instructions
12 .globl _main
13 .p2align 2
14 _main:
15 .cfi_startproc
16 ret
17 .cfi_endproc
19 .subsections_via_symbols