================ @@ -39,6 +39,7 @@ class HostInfoPosix : public HostInfoBase { static llvm::VersionTuple GetOSVersion(); static std::optional<std::string> GetOSBuildString(); + static llvm::Expected<llvm::StringRef> GetSDKRoot(SDKOptions options); ---------------- CodingCarpincho wrote:
To put it simply, because the method we are overriding does not use one. https://github.com/llvm/llvm-project/pull/146963 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits