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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objcopy
/
MachO
/
encrypt_info_64_lc.test
blob
acbcc4edcd495110261474509283409003d7de7f
1
# RUN: yaml2obj %s -o %t
2
# RUN: llvm-objcopy %t %t.copy
3
# RUN: cmp %t %t.copy
4
5
--- !mach-o
6
FileHeader:
7
magic: 0xFEEDFACF
8
cputype: 0x0100000C
9
cpusubtype: 0x00000000
10
filetype: 0x00000002
11
ncmds: 1
12
sizeofcmds: 24
13
flags: 0x00002000
14
reserved: 0x00000000
15
LoadCommands:
16
- cmd: LC_ENCRYPTION_INFO_64
17
cmdsize: 24
18
cryptoff: 0
19
cryptsize: 0
20
cryptid: 0
21
pad: 0
22
...