[llvm] Make llvm::telemetry::Manager::preDispatch protected. (PR #127114)
Vy Nguyen via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 18:30:44 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
----------------
oontvoo wrote:
done - added the empty impl for preDispatch
https://github.com/llvm/llvm-project/pull/127114
More information about the llvm-commits
mailing list