File tree 1 file changed +11
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/Sparc
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,20 @@ tablegen("SparcGenDAGISel") {
12
12
td_file = " Sparc.td"
13
13
}
14
14
15
+ tablegen (" SparcGenSDNodeInfo" ) {
16
+ visibility = [ " :LLVMSparcCodeGen" ]
17
+ args = [
18
+ " -gen-sd-node-info" ,
19
+ " -sdnode-namespace=SPISD" ,
20
+ ]
21
+ td_file = " Sparc.td"
22
+ }
23
+
15
24
static_library (" LLVMSparcCodeGen" ) {
16
25
deps = [
17
26
" :SparcGenCallingConv" ,
18
27
" :SparcGenDAGISel" ,
28
+ " :SparcGenSDNodeInfo" ,
19
29
" MCTargetDesc" ,
20
30
" TargetInfo" ,
21
31
" //llvm/include/llvm/Config:llvm-config" ,
@@ -39,6 +49,7 @@ static_library("LLVMSparcCodeGen") {
39
49
" SparcInstrInfo.cpp" ,
40
50
" SparcMachineFunctionInfo.cpp" ,
41
51
" SparcRegisterInfo.cpp" ,
52
+ " SparcSelectionDAGInfo.cpp" ,
42
53
" SparcSubtarget.cpp" ,
43
54
" SparcTargetMachine.cpp" ,
44
55
" SparcTargetObjectFile.cpp" ,
You can’t perform that action at this time.
0 commit comments