xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/macho-compact-unwind-x86_64.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-objdump -unwind-info %p/Inputs/compact-unwind.macho-x86_64 | 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:                0x1 __Z10test_throwv + 0x1
6*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x44
7*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x01000000
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 0x20:
11*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0x50 __Z11test_catch1v
12*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x71
13*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x41000000
14*9880d681SAndroid Build Coastguard Worker# CHECK:     personality function: 0x0 ___gxx_personality_v0
15*9880d681SAndroid Build Coastguard Worker# CHECK:     LSDA:                 0x180 GCC_except_table1
16*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x40:
17*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0xd0 __Z11test_catch2v
18*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x77
19*9880d681SAndroid Build Coastguard Worker# CHECK:     compact encoding:     0x41000000
20*9880d681SAndroid Build Coastguard Worker# CHECK:     personality function: 0x0 ___gxx_personality_v0
21*9880d681SAndroid Build Coastguard Worker# CHECK:     LSDA:                 0x1a8 GCC_except_table2
22*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x60:
23*9880d681SAndroid Build Coastguard Worker# CHECK:     start:                0x150 __Z3foov
24*9880d681SAndroid Build Coastguard Worker# CHECK:     length:               0x25
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