Skip to content

Commit

Permalink
[gn] port bc45acb
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Sep 5, 2023
1 parent ead92ae commit 5857fe0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand All @@ -39,6 +45,7 @@ static_library("MCTargetDesc") {
public_deps = [
":SparcGenInstrInfo",
":SparcGenRegisterInfo",
":SparcGenSearchableTables",
":SparcGenSubtargetInfo",
]
deps = [
Expand Down

0 comments on commit 5857fe0

Please sign in to comment.