[PATCH] D44614: Demangle: Support GNU ABI tag attributes
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 20 09:40:17 PDT 2018
espindola added a comment.
In https://reviews.llvm.org/D44614#1042866, @RAOF wrote:
> Looks like libcxxabi/src/cxx_demangle.cpp already supports this:
>
> 2914: Node *Db::parseAbiTags(Node *N) {
>
>
> and the associated `AbiTagAttr` class.
So this was fixed by r327859?
Repository:
rL LLVM
https://reviews.llvm.org/D44614
More information about the llvm-commits
mailing list