xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/macho-unwind-info.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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