[llvm-dev] llvm-objdump: failed to parse debug information

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 28 09:34:42 PDT 2020


Hmm, those look like function's that've been optimized out & that's the
expected DWARF for them - but the verify stuff was implemented by Apple
folks focussing on the MachO debug info distribution model that doesn't
have that quirk. Would be good to fix the verifier to not hiccup on that
sort of expected linked ELFine DWARF. (Adrian, etc?)

On Tue, Apr 28, 2020 at 9:31 AM Jerome Forissier <jerome at forissier.org>
wrote:

> On 4/28/20 6:14 PM, Adrian Prantl wrote:
> >
> >
> >> On Apr 28, 2020, at 9:03 AM, David Blaikie <dblaikie at gmail.com> wrote:
> >>
> >> What does llvm-dwarfdump tell you?
> >>
> >
> > (particularly `--verify`)
>
> Hmmm... Quite a few errors actually, see here:
>
> https://pastebin.com/9TBqyMM4
>
> --
> Jerome
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200428/e765df3c/attachment.html>


More information about the llvm-dev mailing list