File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,14 @@ static_library("CodeGen") {
43
43
" CodeGen.cpp" ,
44
44
" CodeGenCommonISel.cpp" ,
45
45
" CodeGenPrepare.cpp" ,
46
+ " CodeGenTargetMachineImpl.cpp" ,
46
47
" CommandFlags.cpp" ,
47
48
" ComplexDeinterleavingPass.cpp" ,
48
49
" CriticalAntiDepBreaker.cpp" ,
49
50
" DFAPacketizer.cpp" ,
50
51
" DeadMachineInstructionElim.cpp" ,
51
52
" DetectDeadLanes.cpp" ,
53
+ " DroppedVariableStats.cpp" ,
52
54
" DwarfEHPrepare.cpp" ,
53
55
" EHContGuardCatchret.cpp" ,
54
56
" EarlyIfConversion.cpp" ,
@@ -83,7 +85,6 @@ static_library("CodeGen") {
83
85
" IntrinsicLowering.cpp" ,
84
86
" JMCInstrumenter.cpp" ,
85
87
" KCFI.cpp" ,
86
- " CodeGenTargetMachineImpl.cpp" ,
87
88
" LatencyPriorityQueue.cpp" ,
88
89
" LazyMachineBlockFrequencyInfo.cpp" ,
89
90
" LexicalScopes.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