Kevin Enderby | 98da613 | 2015-01-20 21:47:46 +0000 | [diff] [blame] | 1 | RUN: llvm-objdump -macho -u %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s |
2 | |||||
3 | CHECK: Contents of __compact_unwind section: | ||||
4 | CHECK: Entry at offset 0x0: | ||||
5 | CHECK: start: 0x0 _main | ||||
6 | CHECK: length: 0x3b | ||||
7 | CHECK: compact encoding: 0x01000000 |