1# RUN: yaml2obj %s -o %t 2# RUN: llvm-objdump --offloading %t 2>&1 | FileCheck -DFILENAME=%t %s 3 4--- !mach-o 5FileHeader: 6 magic: 0xFEEDFACE 7 cputype: 0x00000007 8 cpusubtype: 0x00000003 9 filetype: 0x00000001 10 ncmds: 0 11 sizeofcmds: 0 12 flags: 0x00002000 13 14# CHECK: warning: '[[FILENAME]]': --offloading is currently only supported for COFF and ELF targets 15