blob: c706924563d7c7088af27d4d9273796318a4312c [file] [log] [blame]
static_library("TargetInfo") {
output_name = "LLVMPowerPCInfo"
deps = [
"//llvm/lib/Support",
# MCTargetDesc depends on TargetInfo, so we can't depend on the full
# MCTargetDesc target here: it would form a cycle.
"//llvm/lib/Target/PowerPC/MCTargetDesc:tablegen",
]
include_dirs = [ ".." ]
sources = [
"PowerPCTargetInfo.cpp",
]
}