Compiler projects using llvm
static_library("TargetInfo") {
  output_name = "LLVMBPFInfo"
  deps = [ "//llvm/lib/Support" ]
  include_dirs = [ ".." ]
  sources = [ "BPFTargetInfo.cpp" ]
}