[PATCH] D135446: [libcxxabi] Resync llvm & libcxxabi's demangler
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 07:09:20 PDT 2022
urnathan created this revision.
urnathan added reviewers: ldionne, bader, libc++abi.
Herald added a project: All.
urnathan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I noticed this when addressing pr58117
Sadly the demangler copies have diverged. This resyncs them by
a) pulling the meaningful llvm changes into libcxxabi's gold copy.
b) dropping an unnecessary #include that seems to have crept in
c) rerunning the sync script
Please be aware of the syncing (having a single version and teaching cmake about that was beyond my abilities)
https://reviews.llvm.org/D135446
Files:
libcxxabi/src/demangle/ItaniumDemangle.h
llvm/include/llvm/Demangle/ItaniumDemangle.h
llvm/include/llvm/Demangle/StringView.h
llvm/include/llvm/Demangle/Utility.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135446.466069.patch
Type: text/x-patch
Size: 3450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/643d2fed/attachment.bin>
More information about the llvm-commits
mailing list