# RUN: yaml2obj %s -o %t | |
# RUN: llvm-objdump --offloading %t 2>&1 | FileCheck -DFILENAME=%t %s | |
--- !mach-o | |
FileHeader: | |
magic: 0xFEEDFACE | |
cputype: 0x00000007 | |
cpusubtype: 0x00000003 | |
filetype: 0x00000001 | |
ncmds: 0 | |
sizeofcmds: 0 | |
flags: 0x00002000 | |
# CHECK: warning: '[[FILENAME]]': --offloading is currently only supported for COFF and ELF targets |