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 10ed7d9 commit ed5d897Copy full SHA for ed5d897
llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -26,6 +26,7 @@ unittest("CodeGenTests") {
26
"CCStateTest.cpp",
27
"DIEHashTest.cpp",
28
"DIETest.cpp",
29
+ "DroppedVariableStatsIRTest.cpp",
30
"DwarfStringPoolEntryRefTest.cpp",
31
"InstrRefLDVTest.cpp",
32
"LexicalScopesTest.cpp",
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -28,7 +28,6 @@ unittest("IRTests") {
"DemandedBitsTest.cpp",
"DominatorTreeBatchUpdatesTest.cpp",
"DominatorTreeTest.cpp",
- "DroppedVariableStatsIRTest.cpp",
"FunctionTest.cpp",
33
"IRBuilderTest.cpp",
34
"InstructionsTest.cpp",
0 commit comments