[PATCH] D93082: Prepend "__bb" to all basic block section symbols.

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 19:35:48 PST 2020


tmsriram added a comment.

In D93082#2449369 <https://reviews.llvm.org/D93082#2449369>, @rahmanl wrote:

> It may be worthwhile to think about removing the second dot from the naming, i.e., `foo.__bb.N` -> `foo.__bbN` . The reason is that this further distinguishes the symbol name from  symbols like `__cxx_global_var_init.N` plus it saves one character.

The -funique-internal-linkage-names option uses ".__uniq." so I wanted to stick to that convention.   I am not sure what you mean when you say further distinguishing.


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

https://reviews.llvm.org/D93082



More information about the llvm-commits mailing list