[gn] port bc45acbddceea58cdd1

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