================ @@ -0,0 +1,39 @@ +// Completing an Objective-C interface from DWARF must not go through the +// Microsoft C++ ABI inheritance model code, which only applies to +// CXXRecordDecls. Before this was guarded, every Objective-C type completion +// for a target using the Microsoft C++ ABI crashed LLDB. + ---------------- robk-dev wrote:
Pushed change instead of applying suggestion. Resolving conversation. https://github.com/llvm/llvm-project/pull/216711 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
