[PATCH] D79061: [ELF] --gdb-index: support .debug_loclists

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 20:31:28 PDT 2020


dblaikie added a comment.

I'm surprised that generating gdb-index requires reading any debug locations - is there any chance of refactoring the APIs to make this not needed at all? (I mean, the bug fix is probably still a good thing - but maybe if the libDebugInfoDWARF APIs were changed the StringSwitch could be selective rather than exhaustive, just about the sections needed for gdb-index)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79061





More information about the llvm-commits mailing list