xref: /llvm-project/llvm/test/tools/llvm-objdump/MachO/unwind-info.test (revision 6ed18eaa777beac510272c73e3889d9ec54ad341)
1RUN: llvm-objdump --macho -u %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
2
3CHECK: Contents of __compact_unwind section:
4CHECK:   Entry at offset 0x0:
5CHECK:     start:                0x0 _main
6CHECK:     length:               0x3b
7CHECK:     compact encoding:     0x01000000
8