-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[ProfileData] Restore Core as a dependency for the ProfileData library #140650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ProfileData] Restore Core as a dependency for the ProfileData library #140650
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
@llvm/pr-subscribers-pgo Author: Snehasish Kumar (snehasish) Changes#140505 dropped the dependency on core but it's still needed as indicated by the failing dynamically linked builds. Full diff: https://github.com/llvm/llvm-project/pull/140650.diff 1 Files Affected:
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
|
Merge activity
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/1336 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/3694 Here is the relevant piece of the build log for the reference |

#140505 dropped the dependency on core but it's still needed as indicated by the failing dynamically linked builds.