[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / lib / LineEditor / BUILD.gn
blobb8f618533bc123e4131e2f7e304dbbd9e6796e17
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   ]
9   sources = [
10     "LineEditor.cpp",
11   ]