[PATCH] D75545: [dsymutil] Fix template stripping in getDIENames(...) to account for overloaded operators

Shafik Yaghmour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 17:16:46 PST 2020


shafik updated this revision to Diff 248072.
shafik marked 11 inline comments as done.
shafik added a comment.

- Addressing comments
- Fixing bug, I was setting `NameWithoutTemplate` incorrectly in some cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75545/new/

https://reviews.llvm.org/D75545

Files:
  llvm/lib/DWARFLinker/DWARFLinker.cpp
  llvm/test/tools/dsymutil/Inputs/private/tmp/templated_operators/template_operators
  llvm/test/tools/dsymutil/Inputs/private/tmp/templated_operators/template_operators.o
  llvm/test/tools/dsymutil/X86/template_operators.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75545.248072.patch
Type: text/x-patch
Size: 3395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200304/3f323cfd/attachment-0001.bin>


More information about the llvm-commits mailing list