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
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
BinaryFormat
/
BUILD.gn
blob
72847d1288569b1a1823fcb62da55097ccb1777b
1
static_library("BinaryFormat") {
2
output_name = "LLVMBinaryFormat"
3
deps = [
4
"//llvm/lib/Support",
5
]
6
sources = [
7
"AMDGPUMetadataVerifier.cpp",
8
"Dwarf.cpp",
9
"Magic.cpp",
10
"Minidump.cpp",
11
"MsgPackDocument.cpp",
12
"MsgPackDocumentYAML.cpp",
13
"MsgPackReader.cpp",
14
"MsgPackWriter.cpp",
15
"Wasm.cpp",
16
]
17
}