[Lldb-commits] [lldb] Use the root directory as the SDK root on POSIX platforms (PR #146963)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 14:18:45 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);
----------------
adrian-prantl wrote:
That's existing API.
https://github.com/llvm/llvm-project/pull/146963
More information about the lldb-commits
mailing list