blob: 9a14c2044c01777dad79e79aad0e49ea01f1e63a [file] [log] [blame]
Tim Northover4bd286a2014-08-01 13:07:19 +00001# RUN: llvm-objdump -unwind-info %p/Inputs/compact-unwind.macho-i386 | FileCheck %s
2
3# CHECK: Contents of __compact_unwind section:
4# CHECK: Entry at offset 0x0:
5# CHECK: start: 0x0 __Z10test_throwv
6# CHECK: length: 0x55
7# CHECK: compact encoding: 0x01010005
8# CHECK-NOT: personality function
9# CHECK-NOT: LSDA
10# CHECK: Entry at offset 0x14:
11# CHECK: start: 0x60 __Z11test_catch1v
12# CHECK: length: 0x6f
13# CHECK: compact encoding: 0x41000000
14# CHECK: personality function: 0x288 __pointers + 0x8
15# CHECK: LSDA: 0x180 GCC_except_table1
16# CHECK: Entry at offset 0x28:
17# CHECK: start: 0xd0 __Z11test_catch2v
18# CHECK: length: 0x75
19# CHECK: compact encoding: 0x41000000
20# CHECK: personality function: 0x288 __pointers + 0x8
21# CHECK: LSDA: 0x1a8 GCC_except_table2
22# CHECK: Entry at offset 0x3c:
23# CHECK: start: 0x150 __Z3foov
24# CHECK: length: 0x22
25# CHECK: compact encoding: 0x01000000
26# CHECK-NOT: personality function
27# CHECK-NOT: LSDA