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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 14:34:07 PDT 2023


dblaikie added a comment.

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`.


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