File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/LoongArch Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,17 @@ tablegen("LoongArchGenMCPseudoLowering") {
1212 td_file = " LoongArch.td"
1313}
1414
15+ tablegen (" LoongArchGenSDNodeInfo" ) {
16+ visibility = [ " :LLVMLoongArchCodeGen" ]
17+ args = [ " -gen-sd-node-info" ]
18+ td_file = " LoongArch.td"
19+ }
20+
1521static_library (" LLVMLoongArchCodeGen" ) {
1622 deps = [
1723 " :LoongArchGenDAGISel" ,
1824 " :LoongArchGenMCPseudoLowering" ,
25+ " :LoongArchGenSDNodeInfo" ,
1926
2027 # See https://reviews.llvm.org/D137532
2128 " AsmParser:LoongArchGenAsmMatcher" ,
@@ -45,6 +52,7 @@ static_library("LLVMLoongArchCodeGen") {
4552 " LoongArchMergeBaseOffset.cpp" ,
4653 " LoongArchOptWInstrs.cpp" ,
4754 " LoongArchRegisterInfo.cpp" ,
55+ " LoongArchSelectionDAGInfo.cpp" ,
4856 " LoongArchSubtarget.cpp" ,
4957 " LoongArchTargetMachine.cpp" ,
5058 " LoongArchTargetTransformInfo.cpp" ,
You can’t perform that action at this time.
0 commit comments