gv wrote: The test got broken by commit 21b36423, where function `GetOrCreateDeclForUid` returns `CompilerDecl` objects with null `m_type_system` when input data is defective. They are then passed to function `FromCompilerDecl` which cannot handle them and raises an assert. Fixed that in commit a1d363b2. Wouldn't have happened if there were tests for corrupt PDB input!
https://github.com/llvm/llvm-project/pull/166455 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
