[Lldb-commits] [PATCH] D96778: [lldb] Fix handling of `DW_AT_decl_file` according to D91014

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 16 18:26:41 PST 2021


jankratochvil added a comment.

In D96778#2566208 <https://reviews.llvm.org/D96778#2566208>, @dblaikie wrote:

> I expect it'd be good to have a test case showing the sort of DWARF that DWZ produces for cross-CU references of enumerators.

There is a testcase in D91014 <https://reviews.llvm.org/D91014>: lldb/test/Shell/SymbolFile/DWARF/DW_AT_decl_file-DW_AT_specification-crosscu.s
There is no testcase in this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96778



More information about the lldb-commits mailing list