We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead92ae commit 5857fe0Copy full SHA for 5857fe0
llvm/utils/gn/secondary/llvm/lib/Target/Sparc/MCTargetDesc/BUILD.gn
@@ -24,6 +24,12 @@ tablegen("SparcGenRegisterInfo") {
24
td_file = "../Sparc.td"
25
}
26
27
+tablegen("SparcGenSearchableTables") {
28
+ visibility = [ ":MCTargetDesc" ]
29
+ args = [ "-gen-searchable-tables" ]
30
+ td_file = "../Sparc.td"
31
+}
32
+
33
tablegen("SparcGenSubtargetInfo") {
34
visibility = [ ":MCTargetDesc" ]
35
args = [ "-gen-subtarget" ]
@@ -39,6 +45,7 @@ static_library("MCTargetDesc") {
39
45
public_deps = [
40
46
":SparcGenInstrInfo",
41
47
":SparcGenRegisterInfo",
48
+ ":SparcGenSearchableTables",
42
49
":SparcGenSubtargetInfo",
43
50
]
44
51
deps = [
0 commit comments