[llvm] [AsmPrinter][DebugNames] Implement DW_IDX_parent entries (PR #77457)
Felipe de Azevedo Piovezan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 15:55:24 PST 2024
felipepiovezan wrote:
> > > > added test as suggested by @ayermolo I believe we're looking good to merge now?
> > >
> > >
> > > The above forward declarations should _not_ end up in the name lookup as that will violate the DWARF spec.
> >
> >
> > As I mentioned in the comment, this is not related to any of the IDX_Parent work; it happens in baseline LLVM as well. I believe it is a bug that just got fixed in #77511
>
> That fix was more about in which accelerator table entry would get added, which would lead to runtime assert.
Interesting, I will open an issue so that we can investigate this separately then
https://github.com/llvm/llvm-project/pull/77457
More information about the llvm-commits
mailing list