mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 08:27:50 +00:00
[gn] port bc45acbddceea58cdd1
This commit is contained in:
parent
ead92ae5fe
commit
5857fe0647
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user