[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-objcopy / MachO / Inputs / min_macos_version_lc.yaml
blob7787d54c260999784b2dc7c1c60ad515ceb989f9
1 --- !mach-o
2 FileHeader:
3   magic:           0xFEEDFACE
4   cputype:         0x0000000C
5   cpusubtype:      0x00000009
6   filetype:        0x00000001
7   ncmds:           1
8   sizeofcmds:      16
9   flags:           0x00002000
10 LoadCommands:
11   - cmd:             LC_VERSION_MIN_MACOSX
12     cmdsize:         16
13     version:         327680
14     sdk:             0
15 ...