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 patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
LineEditor
/
BUILD.gn
blob
0916c9108847c3f50e97f53d17ceb01aa6116c47
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("LineEditorTests") {
4
deps = [
5
"//llvm/lib/LineEditor",
6
"//llvm/lib/Support",
7
]
8
sources = [
9
"LineEditor.cpp",
10
]
11
}