[PATCH] D84094: [DebugInfo] Fix misleading using of DWARF forms with DIELabel. NFCI.
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 08:04:10 PDT 2020
aardappel added a subscriber: dschuff.
aardappel added a comment.
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?
@dschuff
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