[InstCombine] Signed saturation patterns
[llvm-core.git] / test / MC / AArch64 / arm64-compact-unwind-fallback.s
blob2c533ea26a10bf0ead91a0684d3ab935f45f0302
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
4 // Check that we fallback on DWARF instead of asserting.
6 // CHECK: Contents of __compact_unwind section:
7 // CHECK: compact encoding: 0x03000000
9 // CHECK: .eh_frame contents:
10 // CHECK: DW_CFA_def_cfa: reg1 +32
12 _cfi_dwarf:
13 .cfi_startproc
14 .cfi_def_cfa x1, 32;
15 .cfi_endproc