llvm-for-llvmta/utils/gn/secondary/llvm/lib/FileCheck/BUILD.gn

6 lines
130 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
static_library("FileCheck") {
output_name = "LLVMFileCheck"
deps = [ "//llvm/lib/Support" ]
sources = [ "FileCheck.cpp" ]
}