[Lldb-commits] [PATCH] D65414: Fix ClangASTContext::CreateParameterDeclaration to not call addDecl

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 2 00:44:35 PDT 2019


labath added a comment.

In D65414#1610923 <https://reviews.llvm.org/D65414#1610923>, @shafik wrote:

> @labath @stella.stamenova I updated the diff with a fix that I believe should address the test failure.
>
> This is an unfortunate difference in how DWARF and PDB works. After spending some time digging into this I don't see the key difference that allows DWARF to work w/o `addDecl`. I believe further work along the lines of D55571 <https://reviews.llvm.org/D55571> may help but my first attempts at fixing this for DWARF were not successful.


@stella.stamenova, was the comment in <D55571#1611200 <https://reviews.llvm.org/D55571#1611200>> meant for this patch?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65414/new/

https://reviews.llvm.org/D65414





More information about the lldb-commits mailing list