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
/
LineEditor
/
BUILD.gn
blob
b8f618533bc123e4131e2f7e304dbbd9e6796e17
1
static_library("LineEditor") {
2
output_name = "LLVMLineEditor"
3
deps = [
4
"//llvm/include/llvm/Config:config",
5
"//llvm/lib/Support",
6
"//llvm/utils/gn/build/libs/edit",
7
]
8
9
sources = [
10
"LineEditor.cpp",
11
]
12
}