blob: 6b0ed1d5448d055f6127c0156728f5c5c48b29f4 [file] [log] [blame]
static_library("TargetInfo") {
output_name = "LLVMX86Info"
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/X86/MCTargetDesc:tablegen",
]
include_dirs = [ ".." ]
sources = [
"X86TargetInfo.cpp",
]
}