[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


https://github.com/labath approved this pull request.

(@jh7370 FYI)

LGTM.

This is less definitely less important, but I'm also wondering if there's a reason for `dispatch` to be virtual (given that `preDispatch` is sort of the official customization point for messing with entries).

https://github.com/llvm/llvm-project/pull/127114


More information about the llvm-commits mailing list