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

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 11:16:51 PST 2020


rahmanl added a comment.

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.


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

https://reviews.llvm.org/D93082



More information about the llvm-commits mailing list