[PATCH] D153869: [DWARFv5][DWARFLinker] avoid stripping template names for .debug_names.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 15:33:33 PDT 2023


avl added a comment.

In D153869#4475204 <https://reviews.llvm.org/D153869#4475204>, @dblaikie wrote:

> FWIW, it might be worth considering always including the argument-stripped names. It'd make it easier for consumers to query for names when they don't match exactly (eg: `foo<int,int>` V `foo<int, int>` - minor whitespace differences, etc) and be more compatible with `-gsimple-template-names`.

Agreed, that might be useful. I think we need to do this in llvm-dwarfdump and clang also. so that all tools behave equally.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153869



More information about the llvm-commits mailing list