Skip to content

Commit 69e9ceb

Browse files
committed
[gn build] Port 80987ef
1 parent 45ff287 commit 69e9ceb

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static_library("CodeGen") {
5050
"DFAPacketizer.cpp",
5151
"DeadMachineInstructionElim.cpp",
5252
"DetectDeadLanes.cpp",
53-
"DroppedVariableStats.cpp",
5453
"DwarfEHPrepare.cpp",
5554
"EHContGuardCatchret.cpp",
5655
"EarlyIfConversion.cpp",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ unittest("CodeGenTests") {
2626
"CCStateTest.cpp",
2727
"DIEHashTest.cpp",
2828
"DIETest.cpp",
29-
"DroppedVariableStatsIRTest.cpp",
3029
"DwarfStringPoolEntryRefTest.cpp",
3130
"InstrRefLDVTest.cpp",
3231
"LexicalScopesTest.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ unittest("IRTests") {
2828
"DemandedBitsTest.cpp",
2929
"DominatorTreeBatchUpdatesTest.cpp",
3030
"DominatorTreeTest.cpp",
31+
"DroppedVariableStatsTest.cpp",
3132
"FunctionTest.cpp",
3233
"IRBuilderTest.cpp",
3334
"InstructionsTest.cpp",

0 commit comments

Comments
 (0)