[PATCH] D52444: [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section (fixes PR38991)

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 10:44:02 PDT 2018


wolfgangp added a comment.

In https://reviews.llvm.org/D52444#1244247, @dblaikie wrote:

> Should the address size be required/used for parsing the debug_loc.dwo
>  section? I would think there shouldn't be any addresses, or otherwise
>  address-size-dependent there?


Yes, but currently DWARFExpression is oblivious to DWO and insists on having a valid Address Size. This would have to be fixed before we can omit the address size.


https://reviews.llvm.org/D52444





More information about the llvm-commits mailing list