[PATCH] D122739: [demangler][NFC] Use def file for node names
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 08:46:48 PDT 2022
urnathan created this revision.
urnathan added reviewers: dblaikie, ldionne.
Herald added a project: All.
urnathan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In order to add a unit test, we need to expose the node names beyond ItaniumDemangle.h. This breaks them out into a def file, as suggested by @dblaikie in D122665 <https://reviews.llvm.org/D122665>
https://reviews.llvm.org/D122739
Files:
libcxxabi/src/demangle/ItaniumDemangle.h
libcxxabi/src/demangle/ItaniumNodes.def
libcxxabi/src/demangle/cp-to-llvm.sh
llvm/include/llvm/Demangle/ItaniumDemangle.h
llvm/include/llvm/Demangle/ItaniumNodes.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122739.419166.patch
Type: text/x-patch
Size: 22658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220330/06eb3606/attachment.bin>
More information about the llvm-commits
mailing list