[PATCH] D143397: [llvm][DebugInfo] Add DW_TAG_imported_declaration to accelerator tables

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 13:56:15 PST 2023


Michael137 added a comment.

> It'd be good if this issue were submitted to the DWARF committee as a fix for the .debug_names accelerator tables.

Would make sense, I'll put something up

Currently section  6.1.1 of the DWARFv5 spec says:

  The name index must contain an entry for each debugging information entry that
  defines a named subprogram, label, variable, type, or namespace, subject to the
  following rules:

Probably just need to adjust this list to include `import declarations`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143397



More information about the llvm-commits mailing list