1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-objdump -private-header %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard WorkerCHECK: Mach header 4*9880d681SAndroid Build Coastguard WorkerCHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 5*9880d681SAndroid Build Coastguard WorkerCHECK: MH_MAGIC_64 X86_64 ALL 0x00 OBJECT 3 496 SUBSECTIONS_VIA_SYMBOLS 6*9880d681SAndroid Build Coastguard WorkerCHECK-NOT: Load command 7