[llvm] 16fcc2f - [gn build] Port 43c2348c5b92

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 10:00:28 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-14T17:55:08Z
New Revision: 16fcc2fd42d50ae2486c12aceacd42cae3742d69

URL: https://github.com/llvm/llvm-project/commit/16fcc2fd42d50ae2486c12aceacd42cae3742d69
DIFF: https://github.com/llvm/llvm-project/commit/16fcc2fd42d50ae2486c12aceacd42cae3742d69.diff

LOG: [gn build] Port 43c2348c5b92

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 ee186bded1111..39fe42efd481a 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -13,6 +13,7 @@ static_library("ProfileData") {
     "InstrProfCorrelator.cpp",
     "InstrProfReader.cpp",
     "InstrProfWriter.cpp",
+    "MemProf.cpp",
     "ProfileSummaryBuilder.cpp",
     "RawMemProfReader.cpp",
     "SampleProf.cpp",


        


More information about the llvm-commits mailing list