Compiler projects using llvm
executable("llvm-jitlink-executor") {
  deps = [
    "//llvm/lib/ExecutionEngine/Orc/TargetProcess",
    "//llvm/lib/Support",
  ]
  sources = [ "llvm-jitlink-executor.cpp" ]
}