We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6926a6b commit c4b7715Copy full SHA for c4b7715
llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn
@@ -19,12 +19,13 @@ unittest("AArch64Tests") {
19
sources = [
20
"AArch64InstPrinterTest.cpp",
21
"AArch64RegisterInfoTest.cpp",
22
- "AArch64SelectionDAGTest.cpp",
23
"AArch64SVESchedPseudoTest.cpp",
+ "AArch64SelectionDAGTest.cpp",
24
"AddressingModes.cpp",
25
"DecomposeStackOffsetTest.cpp",
26
"Immediates.cpp",
27
"InstSizes.cpp",
28
+ "MCInstrAnalysisTest.cpp",
29
"MatrixRegisterAliasing.cpp",
30
"SMEAttributesTest.cpp",
31
]
0 commit comments