aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorSnehasish Kumar <snehasishk@google.com>2025-05-19 17:22:14 -0700
committerGitHub <noreply@github.com>2025-05-19 17:22:14 -0700
commit90daed32a82ad2695d27db285ac36f579f2b270e (patch)
tree5b3ab50d330df098c4307fa261c8cd7c9cfd370c /llvm
parentdbfd0fd4fffedc8946e8f33ab6d8b782c958febb (diff)
downloadllvm-90daed32a82ad2695d27db285ac36f579f2b270e.zip
llvm-90daed32a82ad2695d27db285ac36f579f2b270e.tar.gz
llvm-90daed32a82ad2695d27db285ac36f579f2b270e.tar.bz2
[ProfileData] Restore Core as a dependency for the ProfileData library (#140650)
#140505 dropped the dependency on core but it's still needed as indicated by the failing dynamically linked builds.
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/ProfileData/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt
index de60a65..ca9ea32 100644
--- a/llvm/lib/ProfileData/CMakeLists.txt
+++ b/llvm/lib/ProfileData/CMakeLists.txt
@@ -26,6 +26,7 @@ add_llvm_component_library(LLVMProfileData
LINK_COMPONENTS
BitstreamReader
+ Core
Object
Support
Demangle