[PATCH] D124560: [llvm-objdump] Let --symbolize-operands symbolize basic block addresses based on the SHT_LLVM_BB_ADDR_MAP section.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 14:26:45 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Looks great! But best to wait for @jhenderson
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:229
+ 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.
+
----------------
rst has different quoting rules than markdown.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124560/new/
https://reviews.llvm.org/D124560
More information about the llvm-commits
mailing list