Skip to content

Commit 402a3b8

Browse files
committed
[gn build] Port 5717a99
1 parent 9af5de3 commit 402a3b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ static_library("Passes") {
2121
]
2222
sources = [
2323
"CodeGenPassBuilder.cpp",
24+
"DroppedVariableStats.cpp",
2425
"OptimizationLevel.cpp",
2526
"PassBuilder.cpp",
2627
"PassBuilderBindings.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)