[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
Wed Feb 17 13:42:22 PST 2021


jankratochvil added a comment.

The D91014 <https://reviews.llvm.org/D91014> patch has been found by a testsuite regression when running in DWZ mode. This patch has only the same pattern in the code and currently it is unclear whether this change is really reproducible or it is in fact just NFC.
OTOH I would find this change even as a code cleanup as (1) the code has less letters and (2) the previous code may work or not but the new code definitely should work.
I can check whether I can make a testcase for this patch as I agree new testcases are always good (but today it is 11pm here already).


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