This reverts commit r223306 and r223277.
[oota-llvm.git] / test / tools / llvm-objdump / macho-compact-unwind-x86_64.test
1 # RUN: llvm-objdump -unwind-info %p/Inputs/compact-unwind.macho-x86_64 | FileCheck %s
2
3 # CHECK: Contents of __compact_unwind section:
4 # CHECK:   Entry at offset 0x0:
5 # CHECK:     start:                0x1 __Z10test_throwv + 0x1
6 # CHECK:     length:               0x44
7 # CHECK:     compact encoding:     0x01000000
8 # CHECK-NOT: personality function
9 # CHECK-NOT: LSDA
10 # CHECK:   Entry at offset 0x20:
11 # CHECK:     start:                0x50 __Z11test_catch1v
12 # CHECK:     length:               0x71
13 # CHECK:     compact encoding:     0x41000000
14 # CHECK:     personality function: 0x0 ___gxx_personality_v0
15 # CHECK:     LSDA:                 0x180 GCC_except_table1
16 # CHECK:   Entry at offset 0x40:
17 # CHECK:     start:                0xd0 __Z11test_catch2v
18 # CHECK:     length:               0x77
19 # CHECK:     compact encoding:     0x41000000
20 # CHECK:     personality function: 0x0 ___gxx_personality_v0
21 # CHECK:     LSDA:                 0x1a8 GCC_except_table2
22 # CHECK:   Entry at offset 0x60:
23 # CHECK:     start:                0x150 __Z3foov
24 # CHECK:     length:               0x25
25 # CHECK:     compact encoding:     0x01000000
26 # CHECK-NOT: personality function
27 # CHECK-NOT: LSDA