repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objcopy] [COFF] Fix writing object files without symbols/string table
[llvm-complete.git]
/
test
/
tools
/
llvm-objcopy
/
COFF
/
Inputs
/
no-symbols.yaml
blob
db8aeb63d5eb550b2f11e11de01c53f32726683b
1
--- !COFF
2
header:
3
Machine: IMAGE_FILE_MACHINE_AMD64
4
Characteristics: [ ]
5
sections:
6
- Name: .text
7
Characteristics: [ ]
8
Alignment: 4
9
SectionData: E800000000C3C3C3
10
symbols:
11
...