blob: b8f618533bc123e4131e2f7e304dbbd9e6796e17 [file] [log] [blame]
static_library("LineEditor") {
output_name = "LLVMLineEditor"
deps = [
"//llvm/include/llvm/Config:config",
"//llvm/lib/Support",
"//llvm/utils/gn/build/libs/edit",
]
sources = [
"LineEditor.cpp",
]
}