[PATCH] D88199: Introduce and use a new section type for the bb_addr_map section.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 14:01:56 PDT 2020


rahmanl added a comment.

In D88199#2302543 <https://reviews.llvm.org/D88199#2302543>, @jhenderson wrote:

> I noticed that there are other LLVM sections which use `__llvm_*` as a prefix for their section name, instead of `.llvm_*` or `.llvm.*` (see e.g. `__llvm_prf_cnts`). What do you think about using that style for the name? It's not necessary, and it looks like we have a bit of inconsistency going on here, but it's something worth considering.

That's possible too, but just to verify, do we still want to add the new section type?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88199/new/

https://reviews.llvm.org/D88199



More information about the llvm-commits mailing list