File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ tablegen("AArch64GenSDNodeInfo") {
76
76
visibility = [
77
77
" :LLVMAArch64CodeGen" ,
78
78
" //bolt/unittests/Core:CoreTests" ,
79
+ " //llvm/unittests/Target/AArch64:AArch64Tests" ,
79
80
]
80
81
args = [ " -gen-sd-node-info" ]
81
82
td_file = " AArch64.td"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ unittest("CodeGenTests") {
19
19
" //llvm/lib/Testing/Support" ,
20
20
]
21
21
sources = [
22
- " AArch64SelectionDAGTest.cpp" ,
23
22
" AMDGPUMetadataTest.cpp" ,
24
23
" AllocationOrderTest.cpp" ,
25
24
" AsmPrinterDwarfTest.cpp" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ unittest("AArch64Tests") {
8
8
" //llvm/lib/CodeGen/SelectionDAG" ,
9
9
" //llvm/lib/Support" ,
10
10
" //llvm/lib/Target" ,
11
+ " //llvm/lib/Target/AArch64:AArch64GenSDNodeInfo" ,
11
12
" //llvm/lib/Target/AArch64:LLVMAArch64CodeGen" ,
12
13
" //llvm/lib/Target/AArch64/MCTargetDesc" ,
13
14
" //llvm/lib/Target/AArch64/TargetInfo" ,
@@ -18,6 +19,7 @@ unittest("AArch64Tests") {
18
19
sources = [
19
20
" AArch64InstPrinterTest.cpp" ,
20
21
" AArch64RegisterInfoTest.cpp" ,
22
+ " AArch64SelectionDAGTest.cpp" ,
21
23
" AArch64SVESchedPseudoTest.cpp" ,
22
24
" AddressingModes.cpp" ,
23
25
" DecomposeStackOffsetTest.cpp" ,
You can’t perform that action at this time.
0 commit comments