[PATCH] D84094: [DebugInfo] Fix misleading using of DWARF forms with DIELabel. NFCI.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 21:16:38 PDT 2020


ikudrin added a comment.

In D84094#2162298 <https://reviews.llvm.org/D84094#2162298>, @aardappel wrote:

> Ok, so we had incorrectly specified `DW_FORM_udata` for the label, but `AddLabel` had previously caused it to be emitted as an `int32` anyway? So this doesn't change anything about the DWARF output?


Exactly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84094





More information about the llvm-commits mailing list