This commit is contained in:
Nico Weber 2023-09-05 09:49:21 -04:00
parent ead92ae5fe
commit 5857fe0647

View File

@ -24,6 +24,12 @@ tablegen("SparcGenRegisterInfo") {
td_file = "../Sparc.td"
}
tablegen("SparcGenSearchableTables") {
visibility = [ ":MCTargetDesc" ]
args = [ "-gen-searchable-tables" ]
td_file = "../Sparc.td"
}
tablegen("SparcGenSubtargetInfo") {
visibility = [ ":MCTargetDesc" ]
args = [ "-gen-subtarget" ]
@ -39,6 +45,7 @@ static_library("MCTargetDesc") {
public_deps = [
":SparcGenInstrInfo",
":SparcGenRegisterInfo",
":SparcGenSearchableTables",
":SparcGenSubtargetInfo",
]
deps = [