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
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
Bitcode
/
Writer
/
BUILD.gn
blob
14683a0bf77b7079fc00818515cef1baf22167f1
1
static_library("Writer") {
2
output_name = "LLVMBitWriter"
3
deps = [
4
"//llvm/include/llvm/Config:llvm-config",
5
"//llvm/lib/Analysis",
6
"//llvm/lib/IR",
7
"//llvm/lib/MC",
8
"//llvm/lib/Object",
9
"//llvm/lib/Support",
10
]
11
12
sources = [
13
"BitWriter.cpp",
14
"BitcodeWriter.cpp",
15
"BitcodeWriterPass.cpp",
16
"ValueEnumerator.cpp",
17
]
18
}