[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-objcopy / MachO / mh-preload-unsupported.yaml
blob9b195f3d57d5ca9cc37892e2edac9c64a717ba3a
1 --- !mach-o
2 FileHeader:
3   magic:           0xFEEDFACF
4   cputype:         0x100000C
5   cpusubtype:      0x0
6   filetype:        0x5
7   ncmds:           0
8   sizeofcmds:      0
9   flags:           0x1
10   reserved:        0x0
11 ...
13 # RUN: yaml2obj %s > %t
14 # RUN: not llvm-objcopy %t 2>&1 | FileCheck %s -DFILE=%t
16 # CHECK: error: [[FILE]]: MH_PRELOAD files are not supported