1--- !mach-o 2FileHeader: 3 magic: 0xFEEDFACE 4 cputype: 0x0000000C 5 cpusubtype: 0x00000009 6 filetype: 0x00000001 7 ncmds: 1 8 sizeofcmds: 16 9 flags: 0x00002000 10LoadCommands: 11 - cmd: LC_LINKER_OPTION 12 cmdsize: 16 13 count: 1 14 PayloadBytes: [ 0x2D, 0x6C, 0x63, 0x0 ] 15... 16 17# RUN: yaml2obj %s > %t 18# RUN: llvm-objcopy %t %t.copy 19# RUN: cmp %t %t.copy 20