Adrian Prantl via llvm-dev
2020-Apr-28 16:14 UTC
[llvm-dev] llvm-objdump: failed to parse debug information
> On Apr 28, 2020, at 9:03 AM, David Blaikie <dblaikie at gmail.com> wrote: > > What does llvm-dwarfdump tell you? >(particularly `--verify`) -- adrian
Jerome Forissier via llvm-dev
2020-Apr-28 16:31 UTC
[llvm-dev] llvm-objdump: failed to parse debug information
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
David Blaikie via llvm-dev
2020-Apr-28 16:34 UTC
[llvm-dev] llvm-objdump: failed to parse debug information
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>