File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static_library("CodeGen") {
5050 " DFAPacketizer.cpp" ,
5151 " DeadMachineInstructionElim.cpp" ,
5252 " DetectDeadLanes.cpp" ,
53+ " DroppedVariableStatsMIR.cpp" ,
5354 " DwarfEHPrepare.cpp" ,
5455 " EHContGuardCatchret.cpp" ,
5556 " EarlyIfConversion.cpp" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ static_library("IR") {
4040 " DiagnosticInfo.cpp" ,
4141 " DiagnosticPrinter.cpp" ,
4242 " Dominators.cpp" ,
43+ " DroppedVariableStats.cpp" ,
44+ " DroppedVariableStatsIR.cpp" ,
4345 " EHPersonalities.cpp" ,
4446 " FPEnv.cpp" ,
4547 " Function.cpp" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ static_library("Passes") {
2121 ]
2222 sources = [
2323 " CodeGenPassBuilder.cpp" ,
24- " DroppedVariableStatsIR.cpp" ,
2524 " OptimizationLevel.cpp" ,
2625 " PassBuilder.cpp" ,
2726 " PassBuilderBindings.cpp" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ unittest("CodeGenTests") {
2626 " CCStateTest.cpp" ,
2727 " DIEHashTest.cpp" ,
2828 " DIETest.cpp" ,
29+ " DroppedVariableStatsMIRTest.cpp" ,
2930 " DwarfStringPoolEntryRefTest.cpp" ,
3031 " InstrRefLDVTest.cpp" ,
3132 " LexicalScopesTest.cpp" ,
You can’t perform that action at this time.
0 commit comments