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") {
50
50
" DFAPacketizer.cpp" ,
51
51
" DeadMachineInstructionElim.cpp" ,
52
52
" DetectDeadLanes.cpp" ,
53
+ " DroppedVariableStatsMIR.cpp" ,
53
54
" DwarfEHPrepare.cpp" ,
54
55
" EHContGuardCatchret.cpp" ,
55
56
" EarlyIfConversion.cpp" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ static_library("IR") {
40
40
" DiagnosticInfo.cpp" ,
41
41
" DiagnosticPrinter.cpp" ,
42
42
" Dominators.cpp" ,
43
+ " DroppedVariableStats.cpp" ,
44
+ " DroppedVariableStatsIR.cpp" ,
43
45
" EHPersonalities.cpp" ,
44
46
" FPEnv.cpp" ,
45
47
" Function.cpp" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ static_library("Passes") {
21
21
]
22
22
sources = [
23
23
" CodeGenPassBuilder.cpp" ,
24
- " DroppedVariableStatsIR.cpp" ,
25
24
" OptimizationLevel.cpp" ,
26
25
" PassBuilder.cpp" ,
27
26
" PassBuilderBindings.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
+ " DroppedVariableStatsMIRTest.cpp" ,
29
30
" DwarfStringPoolEntryRefTest.cpp" ,
30
31
" InstrRefLDVTest.cpp" ,
31
32
" LexicalScopesTest.cpp" ,
You can’t perform that action at this time.
0 commit comments