[Lldb-commits] [PATCH] D54863: [ASTImporter] Set MustBuildLookupTable on PrimaryContext
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 26 08:59:19 PST 2018
davide added a comment.
In D54863#1308176 <https://reviews.llvm.org/D54863#1308176>, @martong wrote:
> > Can you write an lldb test for this?
>
> There is already an existing test for that:
>
> 2: test_expr_dwarf (TestSharedLib.SharedLibTestCase)
> Test that types work when defined in a shared library and forward-declared in the main executable ... python: ../../git/llvm/tools/clang/include/clang/AST/DeclBase.h:2298: void clang::DeclContext::setMustBuildLookupTable(): Assertion `this == getPrimaryContext() && "should only be called on primary context"' failed.
>
Cool, thanks. Is this failing only on linux? Do you happen to have a buildbot link that shows the failure?
Thanks!
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54863/new/
https://reviews.llvm.org/D54863
More information about the lldb-commits
mailing list