[llvm] [BOLT] Add NamedRegionTimer to inferStaleProfile (PR #92621)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 13:33:00 PDT 2024


nico wrote:

This is a dependency cycle: lib/Rewrite depends on lib/Profile, but now Profile also depends on the cl::opt defined in Rewrite.

If you want to do something like this PR, you have to move the definition of this cl::opt to Profile.

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


More information about the llvm-commits mailing list