Compiler projects using llvm
executable("split-file") {
  deps = [ "//llvm/lib/Support" ]
  sources = [ "split-file.cpp" ]
}