static_library("TargetInfo") {
  output_name = "LLVMSystemZInfo"
  deps = [
    "//llvm/lib/Support",
  ]
  include_dirs = [ ".." ]
  sources = [
    "SystemZTargetInfo.cpp",
  ]
}
