We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af5de3 commit 402a3b8Copy full SHA for 402a3b8
llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn
@@ -21,6 +21,7 @@ static_library("Passes") {
21
]
22
sources = [
23
"CodeGenPassBuilder.cpp",
24
+ "DroppedVariableStats.cpp",
25
"OptimizationLevel.cpp",
26
"PassBuilder.cpp",
27
"PassBuilderBindings.cpp",
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -28,7 +28,7 @@ unittest("IRTests") {
28
"DemandedBitsTest.cpp",
29
"DominatorTreeBatchUpdatesTest.cpp",
30
"DominatorTreeTest.cpp",
31
- "DroppedVariableStatsTest.cpp",
+ "DroppedVariableStatsIRTest.cpp",
32
"FunctionTest.cpp",
33
"IRBuilderTest.cpp",
34
"InstructionsTest.cpp",
0 commit comments