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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 00:38:09 PST 2024


jh7370 wrote:

> Thanks for catching that. I pushed a short patch ([99ffe71](https://github.com/llvm/llvm-project/commit/99ffe71921f5286d17f3c07810f639e919cf32d9)) to disable that test on windows since we also do not support bb-addr-map on windows.

Could you clarify what is platform-specific behaviour that means this doesn't work on Windows? On the surface of it, the code in this patch should just work on Windows as far as I can see.

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


More information about the llvm-commits mailing list