Compiler projects using llvm
executable("llvm-exegesis") {
  deps = [
    "lib",
    "//llvm/lib/CodeGen",
    "//llvm/lib/ExecutionEngine",
    "//llvm/lib/ExecutionEngine/MCJIT",
    "//llvm/lib/MC",
    "//llvm/lib/Object",
    "//llvm/lib/Support",
    "//llvm/lib/Target:NativeTarget",
  ]
  sources = [ "llvm-exegesis.cpp" ]
}