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 3f4df52 commit e9cb928Copy full SHA for e9cb928
llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
@@ -68,6 +68,7 @@ static_library("Analysis") {
68
"InstructionPrecedenceTracking.cpp",
69
"InstructionSimplify.cpp",
70
"InteractiveModelRunner.cpp",
71
+ "LastRunTrackingAnalysis.cpp",
72
"LazyBlockFrequencyInfo.cpp",
73
"LazyBranchProbabilityInfo.cpp",
74
"LazyCallGraph.cpp",
llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
@@ -33,6 +33,7 @@ unittest("AnalysisTests") {
33
"IRSimilarityIdentifierTest.cpp",
34
"IVDescriptorsTest.cpp",
35
"InlineCostTest.cpp",
36
+ "LastRunTrackingAnalysisTest.cpp",
37
"LazyCallGraphTest.cpp",
38
"LoadsTest.cpp",
39
"LoopInfoTest.cpp",
0 commit comments