[PATCH] D123138: [demangler] Fix undocumented Local encoding

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 07:33:34 PDT 2022


urnathan added a comment.

thinking further, adding module attachment makes the symbols longer (probably not much, but still).  I also discovered in GCC it was intentionally mangling module attachment to anonymous namespaces.  I will change GCC to match Clang's behaviour here -- post GCC12.  Meanwhile there's D123220 <https://reviews.llvm.org/D123220> to verify the attachment is not being added.


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

https://reviews.llvm.org/D123138



More information about the llvm-commits mailing list