[llvm] Make llvm::telemetry::Manager::preDispatch protected. (PR #127114)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 23:56:16 PST 2025
================
@@ -150,6 +146,11 @@ class Manager {
// Register a Destination.
void addDestination(std::unique_ptr<Destination> Destination);
+protected:
+ // Optional callback for subclasses to perform additional tasks before
----------------
labath wrote:
If it's optional, maybe it should have a default implementation (doing nothing, successfully)?
https://github.com/llvm/llvm-project/pull/127114
More information about the llvm-commits
mailing list