[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-exegesis / lib / Mips / BUILD.gn
blob61d5f1ffb0f1f5e1c10632c5ef49b2f5b1281468
1 import("//llvm/utils/TableGen/tablegen.gni")
3 tablegen("MipsGenExegesis") {
4   args = [ "-gen-exegesis" ]
5   td_file = "//llvm/lib/Target/Mips/Mips.td"
8 static_library("Mips") {
9   output_name = "LLVMExegesisMips"
10   deps = [
11     ":MipsGenExegesis",
13     # Exegesis reaches inside the Target/Mips tablegen internals and must
14     # depend on these Target/Mips-internal build targets.
15     "//llvm/lib/Target/Mips/MCTargetDesc",
16   ]
17   sources = [
18     "Target.cpp",
19   ]
20   include_dirs = [ "//llvm/lib/Target/Mips" ]