File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ unittest("CoreTests") {
35
35
deps += [
36
36
" //llvm/lib/Target/AArch64/MCTargetDesc" ,
37
37
" //llvm/lib/Target/AArch64/Utils" ,
38
+ " //llvm/lib/Target/AArch64:AArch64GenSDNodeInfo" ,
38
39
]
39
40
}
40
41
if (llvm_build_X86 ) {
Original file line number Diff line number Diff line change @@ -72,6 +72,15 @@ tablegen("AArch64GenRegisterBank") {
72
72
td_file = " AArch64.td"
73
73
}
74
74
75
+ tablegen (" AArch64GenSDNodeInfo" ) {
76
+ visibility = [
77
+ " :LLVMAArch64CodeGen" ,
78
+ " //bolt/unittests/Core:CoreTests" ,
79
+ ]
80
+ args = [ " -gen-sd-node-info" ]
81
+ td_file = " AArch64.td"
82
+ }
83
+
75
84
static_library (" LLVMAArch64CodeGen" ) {
76
85
deps = [
77
86
" :AArch64GenCallingConv" ,
@@ -84,6 +93,7 @@ static_library("LLVMAArch64CodeGen") {
84
93
" :AArch64GenPostLegalizeGILowering" ,
85
94
" :AArch64GenPreLegalizeGICombiner" ,
86
95
" :AArch64GenRegisterBank" ,
96
+ " :AArch64GenSDNodeInfo" ,
87
97
88
98
# See https://reviews.llvm.org/D69130
89
99
" AsmParser:AArch64GenAsmMatcher" ,
You can’t perform that action at this time.
0 commit comments