[llvm] b1d9136 - [gn build] Port 0a4184909a8c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 22:17:20 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-18T06:12:10Z
New Revision: b1d9136da176152f9c2767b88faef6ee8b400b5b

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

LOG: [gn build] Port 0a4184909a8c

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