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