Skip to content

Commit 238abf8

Browse files
committed
[gn build] Port f759739
1 parent f759739 commit 238abf8

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/bolt/unittests/Profile

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ import("//third-party/unittest/unittest.gni")
33
unittest("ProfileTests") {
44
configs += [ "//llvm/utils/gn/build:bolt_code" ]
55
deps = [ "//bolt/lib/Profile" ]
6-
sources = [ "DataAggregator.cpp" ]
6+
sources = [
7+
"DataAggregator.cpp",
8+
"PerfSpeEvents.cpp",
9+
]
710
}

0 commit comments

Comments
 (0)