================
@@ -26,6 +26,10 @@ class ScriptedPlatformInterface : virtual public
ScriptedInterface {
return {llvm::make_error<UnimplementedError>()};
}
+ llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override {
+ return {};
+ }
----------------
medismailben wrote:
Ok, I'll make the the base class abstract, and return a nullptr in
`ScriptInterpreter::CreateScripted*Interface` in a follow-up, that should -
hopefully - address all the confusion.
https://github.com/llvm/llvm-project/pull/71260
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits