Skip to content

Commit f769456

Browse files
snehasishJaddyen
authored andcommitted
[ProfileData] Restore Core as a dependency for the ProfileData library (llvm#140650)
llvm#140505 dropped the dependency on core but it's still needed as indicated by the failing dynamically linked builds.
1 parent e6f8359 commit f769456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ProfileData/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ add_llvm_component_library(LLVMProfileData
2626

2727
LINK_COMPONENTS
2828
BitstreamReader
29+
Core
2930
Object
3031
Support
3132
Demangle

0 commit comments

Comments
 (0)