1# REQUIRES: host-byteorder-little-endian 2# RUN: yaml2obj %s \ 3# RUN: | llvm-objdump --macho --private-header - 2>&1 \ 4# RUN: | FileCheck %s 5 6# CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 7# CHECK-NEXT: MH_MAGIC_64 ARM64 ALL 0x00 FILESET 0 0 0x00000000 8 9--- !mach-o 10FileHeader: 11 magic: 0xFEEDFACF 12 cputype: 0x100000C 13 cpusubtype: 0x0 14 filetype: 0xC 15 ncmds: 0 16 sizeofcmds: 0 17 flags: 0x0 18 reserved: 0x0 19