repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
9b195f3d57d5ca9cc37892e2edac9c64a717ba3a
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
...
12
13
# RUN: yaml2obj %s > %t
14
# RUN: not llvm-objcopy %t 2>&1 | FileCheck %s -DFILE=%t
15
#
16
# CHECK: error: [[FILE]]: MH_PRELOAD files are not supported