[PATCH] D44614: Demangle: Support GNU ABI tag attributes
Christopher James Halse Rogers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 23:40:26 PDT 2018
RAOF added a comment.
Looks like libcxxabi/src/cxx_demangle.cpp already supports this:
2914: Node *Db::parseAbiTags(Node *N) {
and the associated `AbiTagAttr` class.
Repository:
rL LLVM
https://reviews.llvm.org/D44614
More information about the llvm-commits
mailing list