Skip to content

Commit 7666c40

Browse files
committed
[gn build] Port 4307198
1 parent a71f9e6 commit 7666c40

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
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/lib/Passes/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ static_library("Passes") {
2121
]
2222
sources = [
2323
"CodeGenPassBuilder.cpp",
24-
"DroppedVariableStats.cpp",
2524
"OptimizationLevel.cpp",
2625
"PassBuilder.cpp",
2726
"PassBuilderBindings.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-
"DroppedVariableStatsIRTest.cpp",
3231
"FunctionTest.cpp",
3332
"IRBuilderTest.cpp",
3433
"InstructionsTest.cpp",

0 commit comments

Comments
 (0)