blob: 334183bb5d6f0f46ab35aed48cfcd29cdfe86cdd [file] [log] [blame]
static_library("TargetInfo") {
output_name = "LLVMWebAssemblyInfo"
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/WebAssembly/MCTargetDesc:tablegen",
]
include_dirs = [ ".." ]
sources = [
"WebAssemblyTargetInfo.cpp",
]
}