blob: 521367c4f42707055c859923618aa5e6d754078a [file] [log] [blame]
static_library("TargetInfo") {
output_name = "LLVMARMInfo"
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/ARM/MCTargetDesc:tablegen",
]
include_dirs = [ ".." ]
sources = [
"ARMTargetInfo.cpp",
]
}