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 bc5f3d2 commit 3adcfd2Copy full SHA for 3adcfd2
llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/BUILD.gn
@@ -6,9 +6,16 @@ tablegen("NVPTXGenDAGISel") {
6
td_file = "NVPTX.td"
7
}
8
9
+tablegen("NVPTXGenSDNodeInfo") {
10
+ visibility = [ ":LLVMNVPTXCodeGen" ]
11
+ args = [ "-gen-sd-node-info" ]
12
+ td_file = "NVPTX.td"
13
+}
14
+
15
static_library("LLVMNVPTXCodeGen") {
16
deps = [
17
":NVPTXGenDAGISel",
18
+ ":NVPTXGenSDNodeInfo",
19
"MCTargetDesc",
20
"TargetInfo",
21
"//llvm/include/llvm/Config:llvm-config",
0 commit comments