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 66ef690 commit aa88a09Copy full SHA for aa88a09
llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
@@ -36,6 +36,7 @@ static_library("lib") {
36
"PerfHelper.cpp",
37
"RegisterAliasing.cpp",
38
"RegisterValue.cpp",
39
+ "ResultAggregator.cpp",
40
"SchedClassResolution.cpp",
41
"SerialSnippetGenerator.cpp",
42
"SnippetFile.cpp",
llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/BUILD.gn
@@ -16,5 +16,6 @@ unittest("LLVMExegesisTests") {
16
"ClusteringTest.cpp",
17
"ProgressMeterTest.cpp",
18
"RegisterValueTest.cpp",
19
+ "ResultAggregatorTest.cpp",
20
]
21
}
0 commit comments