[llvm] 85f7997 - [gn build] Port 95946d2f8589

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 15:38:55 PST 2021


Author: Nico Weber
Date: 2021-12-16T18:38:32-05:00
New Revision: 85f799730f2edfe9dc3e391732d65545039dd5b9

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

LOG: [gn build] Port 95946d2f8589

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 478c0eb843d18..ea52aa146cc17 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -1,12 +1,15 @@
 static_library("ProfileData") {
   output_name = "LLVMProfileData"
   deps = [
+    "//llvm/lib/DebugInfo/DWARF",
     "//llvm/lib/IR",
+    "//llvm/lib/Object",
     "//llvm/lib/Support",
   ]
   sources = [
     "GCOV.cpp",
     "InstrProf.cpp",
+    "InstrProfCorrelator.cpp",
     "InstrProfReader.cpp",
     "InstrProfWriter.cpp",
     "ProfileSummaryBuilder.cpp",


        


More information about the llvm-commits mailing list