blob: 33db84fc07d10f7b53b97332c640ee6e782f3534 (
plain)
1
2
3
4
5
6
7
|
RUN: llvm-objdump -macho -u %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
CHECK: Contents of __compact_unwind section:
CHECK: Entry at offset 0x0:
CHECK: start: 0x0 _main
CHECK: length: 0x3b
CHECK: compact encoding: 0x01000000
|