Details
Details
- Reviewers
lattner • espindola
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I couldn't find test cases for the demangler, but https://reviews.llvm.org/D44615 is the LLD test case that this fixes.
Comment Actions
Looks like libcxxabi/src/cxx_demangle.cpp already supports this:
2914: Node *Db::parseAbiTags(Node *N) {
and the associated AbiTagAttr class.
Comment Actions
Yes! What timing. This was indeed fixed in r327859.
I've replaced the patch with a testcase verifying that it's fixed instead.