[gn build] Port 95946d2f8589
authorNico Weber <thakis@chromium.org>
Thu, 16 Dec 2021 23:31:56 +0000 (18:31 -0500)
committerNico Weber <thakis@chromium.org>
Thu, 16 Dec 2021 23:38:32 +0000 (18:38 -0500)
llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn

index 478c0eb..ea52aa1 100644 (file)
@@ -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",