8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
|
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
|