[llvm] [SHT_LLVM_BB_ADDR_MAP] Adds pretty printing of BFI and BPI for PGO Analysis Map in tools. (PR #82292)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 01:06:49 PST 2024
================
@@ -271,7 +271,12 @@ OPTIONS
When printing a PC-relative global symbol reference, print it as an offset from the leading symbol.
- When a bb-address-map section is present (i.e., the object file is built with ``-fbasic-block-sections=labels``), labels are retrieved from that section instead.
+ When a bb-address-map section is present (i.e., the object file is built with
+ ``-fbasic-block-sections=labels``), labels are retrieved from that section
+ instead. If a pgo-analysis-map present along side the bb-address-map, any
----------------
jh7370 wrote:
```suggestion
instead. If a pgo-analysis-map is present alongside the bb-address-map, any
```
Two nits.
https://github.com/llvm/llvm-project/pull/82292
More information about the llvm-commits
mailing list