[PATCH] D139864: [AIX] Demangle the name prefix with '.' in AIX OS for llvm-cxxfilt

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 17:09:44 PDT 2023


hubert.reinterpretcast added a comment.

In D139864#4299000 <https://reviews.llvm.org/D139864#4299000>, @hubert.reinterpretcast wrote:

> I would prefer to think of it as processing a leading dot as "normal text" and not part of a symbol name, but the strip+re-add conception of the behaviour leads to the same result.

Correction: The strip+re-add semantic is correct. `.._Z3foov` does not demangle.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139864



More information about the llvm-commits mailing list