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

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 16:17:59 PDT 2023


avl added a comment.

yep. the motivation was to satisfy llvm-dwarfdump --verify. I think it would be OK to return old dsymutil behavior back and teach llvm-dwarfdump --verify to recognize this case. Probably we also need to change clang to use the same behavior. i.e. add record with stripped template names into .debug_names. So that lldb can rely on this on non-darwin platform.


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