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"
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",
20 include_dirs = [ "//llvm/lib/Target/Mips" ]