[llvm] [llvm-objdump] Add support for symbolizing PGOBBAddrMap Info (PR #76386)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 01:29:22 PST 2024


jh7370 wrote:

> I managed to get it working on Windows and have been running WinDBG. Seems like when its decoding the BBAddrMap, it is getting incorrect values for when reading ULEB128 values. I'll try to look into it more if I have time.

Thanks. It's probably worth filing an issue to note this (if there isn't one already), since it sounds like a bug that there's just not the motivation to fix (because the only users are Linux-based at the moment). That way, even if you don't make progress, we've at least acknowledged the issue and have somewhere we can point to in tests that have been disabled etc.

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


More information about the llvm-commits mailing list