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") {
7676 visibility = [
7777 " :LLVMAArch64CodeGen" ,
7878 " //bolt/unittests/Core:CoreTests" ,
79+ " //llvm/unittests/Target/AArch64:AArch64Tests" ,
7980 ]
8081 args = [ " -gen-sd-node-info" ]
8182 td_file = " AArch64.td"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ unittest("CodeGenTests") {
1919 " //llvm/lib/Testing/Support" ,
2020 ]
2121 sources = [
22- " AArch64SelectionDAGTest.cpp" ,
2322 " AMDGPUMetadataTest.cpp" ,
2423 " AllocationOrderTest.cpp" ,
2524 " AsmPrinterDwarfTest.cpp" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ unittest("AArch64Tests") {
88 " //llvm/lib/CodeGen/SelectionDAG" ,
99 " //llvm/lib/Support" ,
1010 " //llvm/lib/Target" ,
11+ " //llvm/lib/Target/AArch64:AArch64GenSDNodeInfo" ,
1112 " //llvm/lib/Target/AArch64:LLVMAArch64CodeGen" ,
1213 " //llvm/lib/Target/AArch64/MCTargetDesc" ,
1314 " //llvm/lib/Target/AArch64/TargetInfo" ,
@@ -18,6 +19,7 @@ unittest("AArch64Tests") {
1819 sources = [
1920 " AArch64InstPrinterTest.cpp" ,
2021 " AArch64RegisterInfoTest.cpp" ,
22+ " AArch64SelectionDAGTest.cpp" ,
2123 " AArch64SVESchedPseudoTest.cpp" ,
2224 " AddressingModes.cpp" ,
2325 " DecomposeStackOffsetTest.cpp" ,
You can’t perform that action at this time.
0 commit comments