xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/macho-compact-unwind-i386.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-objdump -unwind-info %p/Inputs/compact-unwind.macho-i386 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# CHECK: Contents of __compact_unwind section:
4*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x0:
5*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0x0 __Z10test_throwv
6*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x55
7*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x01010005
8*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: personality function
9*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: LSDA
10*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x14:
11*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0x60 __Z11test_catch1v
12*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x6f
13*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x41000000
14*9880d681SAndroid Build Coastguard Worker# CHECK:     personality function: 0x288 __pointers + 0x8
15*9880d681SAndroid Build Coastguard Worker# CHECK:     LSDA:                 0x180 GCC_except_table1
16*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x28:
17*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0xd0 __Z11test_catch2v
18*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x75
19*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x41000000
20*9880d681SAndroid Build Coastguard Worker# CHECK:     personality function: 0x288 __pointers + 0x8
21*9880d681SAndroid Build Coastguard Worker# CHECK:     LSDA:                 0x1a8 GCC_except_table2
22*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x3c:
23*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0x150 __Z3foov
24*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x22
25*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x01000000
26*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: personality function
27*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: LSDA
28