Skip to content

Commit 4b9bf66

Browse files
committed
[gn build] Port acf3b1a
1 parent b8805c8 commit 4b9bf66

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ static_library("CodeGen") {
4343
"CodeGen.cpp",
4444
"CodeGenCommonISel.cpp",
4545
"CodeGenPrepare.cpp",
46+
"CodeGenTargetMachineImpl.cpp",
4647
"CommandFlags.cpp",
4748
"ComplexDeinterleavingPass.cpp",
4849
"CriticalAntiDepBreaker.cpp",
4950
"DFAPacketizer.cpp",
5051
"DeadMachineInstructionElim.cpp",
5152
"DetectDeadLanes.cpp",
53+
"DroppedVariableStats.cpp",
5254
"DwarfEHPrepare.cpp",
5355
"EHContGuardCatchret.cpp",
5456
"EarlyIfConversion.cpp",
@@ -83,7 +85,6 @@ static_library("CodeGen") {
8385
"IntrinsicLowering.cpp",
8486
"JMCInstrumenter.cpp",
8587
"KCFI.cpp",
86-
"CodeGenTargetMachineImpl.cpp",
8788
"LatencyPriorityQueue.cpp",
8889
"LazyMachineBlockFrequencyInfo.cpp",
8990
"LexicalScopes.cpp",

llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ unittest("CodeGenTests") {
2626
"CCStateTest.cpp",
2727
"DIEHashTest.cpp",
2828
"DIETest.cpp",
29+
"DroppedVariableStatsIRTest.cpp",
2930
"DwarfStringPoolEntryRefTest.cpp",
3031
"InstrRefLDVTest.cpp",
3132
"LexicalScopesTest.cpp",

llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ unittest("IRTests") {
2828
"DemandedBitsTest.cpp",
2929
"DominatorTreeBatchUpdatesTest.cpp",
3030
"DominatorTreeTest.cpp",
31-
"DroppedVariableStatsTest.cpp",
3231
"FunctionTest.cpp",
3332
"IRBuilderTest.cpp",
3433
"InstructionsTest.cpp",

0 commit comments

Comments
 (0)