File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ static_library("CodeGen") {
5050 " DFAPacketizer.cpp" ,
5151 " DeadMachineInstructionElim.cpp" ,
5252 " DetectDeadLanes.cpp" ,
53- " DroppedVariableStats.cpp" ,
5453 " DwarfEHPrepare.cpp" ,
5554 " EHContGuardCatchret.cpp" ,
5655 " EarlyIfConversion.cpp" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ static_library("Passes") {
2121 ]
2222 sources = [
2323 " CodeGenPassBuilder.cpp" ,
24+ " DroppedVariableStats.cpp" ,
2425 " OptimizationLevel.cpp" ,
2526 " PassBuilder.cpp" ,
2627 " PassBuilderBindings.cpp" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ unittest("CodeGenTests") {
2626 " CCStateTest.cpp" ,
2727 " DIEHashTest.cpp" ,
2828 " DIETest.cpp" ,
29- " DroppedVariableStatsIRTest.cpp" ,
3029 " DwarfStringPoolEntryRefTest.cpp" ,
3130 " InstrRefLDVTest.cpp" ,
3231 " LexicalScopesTest.cpp" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ unittest("IRTests") {
2828 " DemandedBitsTest.cpp" ,
2929 " DominatorTreeBatchUpdatesTest.cpp" ,
3030 " DominatorTreeTest.cpp" ,
31+ " DroppedVariableStatsIRTest.cpp" ,
3132 " FunctionTest.cpp" ,
3233 " IRBuilderTest.cpp" ,
3334 " InstructionsTest.cpp" ,
You can’t perform that action at this time.
0 commit comments