[llvm] 238abf8 - [gn build] Port f75973949b0e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 02:47:30 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-06-20T09:40:52Z
New Revision: 238abf8ba8233ec0f2dab57a3bacbd192e78f8b6

URL: https://github.com/llvm/llvm-project/commit/238abf8ba8233ec0f2dab57a3bacbd192e78f8b6
DIFF: https://github.com/llvm/llvm-project/commit/238abf8ba8233ec0f2dab57a3bacbd192e78f8b6.diff

LOG: [gn build] Port f75973949b0e

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn b/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn
index b3f7216af0596..8ac57eea6a469 100644
--- a/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn
@@ -3,5 +3,8 @@ import("//third-party/unittest/unittest.gni")
 unittest("ProfileTests") {
   configs += [ "//llvm/utils/gn/build:bolt_code" ]
   deps = [ "//bolt/lib/Profile" ]
-  sources = [ "DataAggregator.cpp" ]
+  sources = [
+    "DataAggregator.cpp",
+    "PerfSpeEvents.cpp",
+  ]
 }


        


More information about the llvm-commits mailing list