Skip to content

Commit 8ff3bab

Browse files
author
git apple-llvm automerger
committed
Merge commit '238abf8ba823' from llvm.org/main into next
2 parents 35b331a + 238abf8 commit 8ff3bab

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)