Skip to content

Commit 990b6f0

Browse files
committed
[gn build] Port 0e80f9a
1 parent 0e80f9a commit 990b6f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static_library("CodeGen") {
5050
"DFAPacketizer.cpp",
5151
"DeadMachineInstructionElim.cpp",
5252
"DetectDeadLanes.cpp",
53+
"DroppedVariableStats.cpp",
5354
"DwarfEHPrepare.cpp",
5455
"EHContGuardCatchret.cpp",
5556
"EarlyIfConversion.cpp",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ unittest("IRTests") {
2828
"DemandedBitsTest.cpp",
2929
"DominatorTreeBatchUpdatesTest.cpp",
3030
"DominatorTreeTest.cpp",
31-
"DroppedVariableStatsTest.cpp",
31+
"DroppedVariableStatsIRTest.cpp",
3232
"FunctionTest.cpp",
3333
"IRBuilderTest.cpp",
3434
"InstructionsTest.cpp",

0 commit comments

Comments
 (0)