File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ static_library("CodeGen") {
50
50
" DFAPacketizer.cpp" ,
51
51
" DeadMachineInstructionElim.cpp" ,
52
52
" DetectDeadLanes.cpp" ,
53
- " DroppedVariableStats.cpp" ,
54
53
" DwarfEHPrepare.cpp" ,
55
54
" EHContGuardCatchret.cpp" ,
56
55
" EarlyIfConversion.cpp" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ unittest("CodeGenTests") {
26
26
" CCStateTest.cpp" ,
27
27
" DIEHashTest.cpp" ,
28
28
" DIETest.cpp" ,
29
- " DroppedVariableStatsIRTest.cpp" ,
30
29
" DwarfStringPoolEntryRefTest.cpp" ,
31
30
" InstrRefLDVTest.cpp" ,
32
31
" LexicalScopesTest.cpp" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ unittest("IRTests") {
28
28
" DemandedBitsTest.cpp" ,
29
29
" DominatorTreeBatchUpdatesTest.cpp" ,
30
30
" DominatorTreeTest.cpp" ,
31
+ " DroppedVariableStatsTest.cpp" ,
31
32
" FunctionTest.cpp" ,
32
33
" IRBuilderTest.cpp" ,
33
34
" InstructionsTest.cpp" ,
You can’t perform that action at this time.
0 commit comments