[llvm] 90daed3 - [ProfileData] Restore Core as a dependency for the ProfileData library (#140650)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 19 17:22:17 PDT 2025


Author: Snehasish Kumar
Date: 2025-05-19T17:22:14-07:00
New Revision: 90daed32a82ad2695d27db285ac36f579f2b270e

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

LOG: [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.

Added: 
    

Modified: 
    llvm/lib/ProfileData/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt
index de60a655d5bd5..ca9ea3205ee1d 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


        


More information about the llvm-commits mailing list