[llvm] [ProfileData] Restore Core as a dependency for the ProfileData library (PR #140650)
    Snehasish Kumar via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 19 17:11:36 PDT 2025
    
    
  
https://github.com/snehasish created https://github.com/llvm/llvm-project/pull/140650
None
>From 577a557eab02038c8f828041fffbff5f3a0b5418 Mon Sep 17 00:00:00 2001
From: Snehasish Kumar <snehasishk at google.com>
Date: Mon, 19 May 2025 17:10:40 -0700
Subject: [PATCH] [ProfileData] Restore Core as a dependency for the
 ProfileData library
---
 llvm/lib/ProfileData/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
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