Skip to content

Commit

Permalink
[gn build] Port 5717a99
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Dec 18, 2024
1 parent 9af5de3 commit 402a3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static_library("Passes") {
]
sources = [
"CodeGenPassBuilder.cpp",
"DroppedVariableStats.cpp",
"OptimizationLevel.cpp",
"PassBuilder.cpp",
"PassBuilderBindings.cpp",
Expand Down
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ unittest("IRTests") {
"DemandedBitsTest.cpp",
"DominatorTreeBatchUpdatesTest.cpp",
"DominatorTreeTest.cpp",
"DroppedVariableStatsTest.cpp",
"DroppedVariableStatsIRTest.cpp",
"FunctionTest.cpp",
"IRBuilderTest.cpp",
"InstructionsTest.cpp",
Expand Down

0 comments on commit 402a3b8

Please sign in to comment.