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
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
AsmParser
/
BUILD.gn
blob
9ff794f7c9b32e94944ebd608eff73db5beab924
1
static_library("AsmParser") {
2
output_name = "LLVMAsmParser"
3
deps = [
4
"//llvm/lib/BinaryFormat",
5
"//llvm/lib/IR",
6
"//llvm/lib/Support",
7
]
8
sources = [
9
"LLLexer.cpp",
10
"LLParser.cpp",
11
"Parser.cpp",
12
]
13
}