File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/Sparc Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,20 @@ tablegen("SparcGenDAGISel") {
1212 td_file = " Sparc.td"
1313}
1414
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+
1524static_library (" LLVMSparcCodeGen" ) {
1625 deps = [
1726 " :SparcGenCallingConv" ,
1827 " :SparcGenDAGISel" ,
28+ " :SparcGenSDNodeInfo" ,
1929 " MCTargetDesc" ,
2030 " TargetInfo" ,
2131 " //llvm/include/llvm/Config:llvm-config" ,
@@ -39,6 +49,7 @@ static_library("LLVMSparcCodeGen") {
3949 " SparcInstrInfo.cpp" ,
4050 " SparcMachineFunctionInfo.cpp" ,
4151 " SparcRegisterInfo.cpp" ,
52+ " SparcSelectionDAGInfo.cpp" ,
4253 " SparcSubtarget.cpp" ,
4354 " SparcTargetMachine.cpp" ,
4455 " SparcTargetObjectFile.cpp" ,
You can’t perform that action at this time.
0 commit comments