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