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 0e80f9a commit 990b6f0Copy full SHA for 990b6f0
llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -50,6 +50,7 @@ static_library("CodeGen") {
50
"DFAPacketizer.cpp",
51
"DeadMachineInstructionElim.cpp",
52
"DetectDeadLanes.cpp",
53
+ "DroppedVariableStats.cpp",
54
"DwarfEHPrepare.cpp",
55
"EHContGuardCatchret.cpp",
56
"EarlyIfConversion.cpp",
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -28,7 +28,7 @@ unittest("IRTests") {
28
"DemandedBitsTest.cpp",
29
"DominatorTreeBatchUpdatesTest.cpp",
30
"DominatorTreeTest.cpp",
31
- "DroppedVariableStatsTest.cpp",
+ "DroppedVariableStatsIRTest.cpp",
32
"FunctionTest.cpp",
33
"IRBuilderTest.cpp",
34
"InstructionsTest.cpp",
0 commit comments