[PATCH] D61253: DWARF v5: fix directory index in the line table
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 00:52:54 PDT 2019
MaskRay added a comment.
In D61253#1491551 <https://reviews.llvm.org/D61253#1491551>, @labath wrote:
> I believe the changes here are correct. What I find unfortunate is that it is not able to test this without including a debug_info info section in the object file. Which is a bit ironic given that the purpose of these changes in DWARF5 was to have a fully-standalone .debug_line section.
The .debug_info is used by llvm-symbolizer to locate the compile unit. Without it llvm-symbolizer doesn't bother reading `.debug_line`...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61253/new/
https://reviews.llvm.org/D61253
More information about the llvm-commits
mailing list