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