labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
Yes, that's pretty much what I had in mind. Thanks. ================ Comment at: lldb/include/lldb/Symbol/SymbolFile.h:76 // Constructors and Destructors - SymbolFile(lldb::ObjectFileSP objfile_sp) - : m_objfile_sp(std::move(objfile_sp)) {} + SymbolFile() {} ---------------- `= default` (or just delete altogether) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124110/new/ https://reviews.llvm.org/D124110 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits