[PATCH] D82881: [DEBUGINFO]Fix debug info for packed bitfields.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 10:53:52 PDT 2020


tra added a comment.

In D82881#2139596 <https://reviews.llvm.org/D82881#2139596>, @ABataev wrote:

> I have a patch for it already. It is quite simple, just need to set the Form to `DW_FORM_udata` and everything work. I can update this patch, if you want to try the fix.


If negative values are allowed by dwarf,  then dwarf emitter works as intended. No need to fix it if it's not broken. :-) 
I appreciate the effort you've put into investigating the problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82881





More information about the llvm-commits mailing list