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