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 d328d41 commit 559f080Copy full SHA for 559f080
llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -50,7 +50,6 @@ static_library("CodeGen") {
50
"DFAPacketizer.cpp",
51
"DeadMachineInstructionElim.cpp",
52
"DetectDeadLanes.cpp",
53
- "DroppedVariableStatsMIR.cpp",
54
"DwarfEHPrepare.cpp",
55
"EHContGuardCatchret.cpp",
56
"EarlyIfConversion.cpp",
llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -26,7 +26,6 @@ unittest("CodeGenTests") {
26
"CCStateTest.cpp",
27
"DIEHashTest.cpp",
28
"DIETest.cpp",
29
- "DroppedVariableStatsMIRTest.cpp",
30
"DwarfStringPoolEntryRefTest.cpp",
31
"InstrRefLDVTest.cpp",
32
"LexicalScopesTest.cpp",
0 commit comments