[Lldb-commits] [lldb] Use the root directory as the SDK root on POSIX platforms (PR #146963)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 14:19:55 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list