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 da8d60f commit 6b37eeeCopy full SHA for 6b37eee
llvm/utils/gn/secondary/llvm/lib/Target/Lanai/BUILD.gn
@@ -12,10 +12,17 @@ tablegen("LanaiGenDAGISel") {
12
td_file = "Lanai.td"
13
}
14
15
+tablegen("LanaiGenSDNodeInfo") {
16
+ visibility = [ ":LLVMLanaiCodeGen" ]
17
+ args = [ "-gen-sd-node-info" ]
18
+ td_file = "Lanai.td"
19
+}
20
+
21
static_library("LLVMLanaiCodeGen") {
22
deps = [
23
":LanaiGenCallingConv",
24
":LanaiGenDAGISel",
25
+ ":LanaiGenSDNodeInfo",
26
"MCTargetDesc",
27
"TargetInfo",
28
"//llvm/include/llvm/Config:llvm-config",
0 commit comments