Skip to content

Commit aa88a09

Browse files
committed
[gn build] Port d8b61d7
1 parent 66ef690 commit aa88a09

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static_library("lib") {
3636
"PerfHelper.cpp",
3737
"RegisterAliasing.cpp",
3838
"RegisterValue.cpp",
39+
"ResultAggregator.cpp",
3940
"SchedClassResolution.cpp",
4041
"SerialSnippetGenerator.cpp",
4142
"SnippetFile.cpp",

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ unittest("LLVMExegesisTests") {
1616
"ClusteringTest.cpp",
1717
"ProgressMeterTest.cpp",
1818
"RegisterValueTest.cpp",
19+
"ResultAggregatorTest.cpp",
1920
]
2021
}

0 commit comments

Comments
 (0)