mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 18:02:43 +00:00
[gn] port bc45acbddc
This commit is contained in:
parent
ead92ae5fe
commit
5857fe0647
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user