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
/
load-commands.yaml
blob
c2d575440561559bc9ca3ab5d0878e1441bc1b58
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_LINKER_OPTION
12
cmdsize: 16
13
count: 1
14
PayloadBytes: [ 0x2D, 0x6C, 0x63, 0x0 ]
15
...
16
17
# RUN: yaml2obj %s > %t
18
# RUN: llvm-objcopy %t %t.copy
19
# RUN: cmp %t %t.copy