[PATCH] D43438: [dsymutil] Correctly handle DW_TAG_label
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 08:18:58 PST 2018
aprantl added a comment.
You should be able to generate a testcase using an assembler source.
================
Comment at: tools/dsymutil/DwarfLinker.cpp:2496
+ // consider labels that don't fall into the CU's aranges. This is
+ // wrong IMO. Debug info generation bugs pu aside, this is really
+ // wrong in the case of labels, where a label marking the end of a
----------------
put
Repository:
rL LLVM
https://reviews.llvm.org/D43438
More information about the llvm-commits
mailing list