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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 00:31:54 PDT 2020


jhenderson added a comment.

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.


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