[llvm] d98f00a - [gn build] Port bdc68ee70fa9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 16:33:41 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-17T00:28:54Z
New Revision: d98f00aa1916a3f526ecedfbe93a797c1f36a3f9

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

LOG: [gn build] Port bdc68ee70fa9

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 ea52aa146cc1..c571eec27d33 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -9,7 +9,6 @@ static_library("ProfileData") {
   sources = [
     "GCOV.cpp",
     "InstrProf.cpp",
-    "InstrProfCorrelator.cpp",
     "InstrProfReader.cpp",
     "InstrProfWriter.cpp",
     "ProfileSummaryBuilder.cpp",


        


More information about the llvm-commits mailing list