Compiler projects using llvm
static_library("FileCheck") {
  output_name = "LLVMFileCheck"
  deps = [ "//llvm/lib/Support" ]
  sources = [ "FileCheck.cpp" ]
}