• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-mc -triple=arm64-apple-ios -filetype=obj %s -o %t
2// RUN: llvm-objdump --macho --unwind-info --dwarf=frames %t | FileCheck %s
3
4// Check that we fallback on DWARF instead of asserting.
5
6// CHECK: Contents of __compact_unwind section:
7// CHECK: compact encoding:     0x03000000
8
9// CHECK: .eh_frame contents:
10// CHECK: DW_CFA_def_cfa: reg1 +32
11
12_cfi_dwarf:
13 .cfi_startproc
14 .cfi_def_cfa x1, 32;
15 .cfi_endproc
16