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 f759739 commit 238abf8Copy full SHA for 238abf8
llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn
@@ -3,5 +3,8 @@ import("//third-party/unittest/unittest.gni")
3
unittest("ProfileTests") {
4
configs += [ "//llvm/utils/gn/build:bolt_code" ]
5
deps = [ "//bolt/lib/Profile" ]
6
- sources = [ "DataAggregator.cpp" ]
+ sources = [
7
+ "DataAggregator.cpp",
8
+ "PerfSpeEvents.cpp",
9
+ ]
10
}
0 commit comments