[llvm] 7de813e - [gn build] Port 65d7fd0239bf

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 10:57:38 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-17T18:52:31Z
New Revision: 7de813e14cb072251d4995cfdd871388ecd93f61

URL: https://github.com/llvm/llvm-project/commit/7de813e14cb072251d4995cfdd871388ecd93f61
DIFF: https://github.com/llvm/llvm-project/commit/7de813e14cb072251d4995cfdd871388ecd93f61.diff

LOG: [gn build] Port 65d7fd0239bf

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
index c571eec27d33d..ea52aa146cc17 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -9,6 +9,7 @@ static_library("ProfileData") {
   sources = [
     "GCOV.cpp",
     "InstrProf.cpp",
+    "InstrProfCorrelator.cpp",
     "InstrProfReader.cpp",
     "InstrProfWriter.cpp",
     "ProfileSummaryBuilder.cpp",


        


More information about the llvm-commits mailing list