1; RUN: llvm-mc -triple=arm64_32-ios7.0 -filetype=obj %s -o %t 2; RUN: llvm-objdump -s %t | FileCheck %s 3 4; The compact unwind format in ILP32 mode is pretty much the same, except 5; references to addresses (function, personality, LSDA) are pointer-sized. 6 7; CHECK: Contents of section __LD,__compact_unwind: 8; CHECK-NEXT: 0004 00000000 04000000 00000002 00000000 9; CHECK-NEXT: 0014 00000000 10 .globl _test_compact_unwind 11 .align 2 12_test_compact_unwind: 13 .cfi_startproc 14 ret 15 .cfi_endproc 16