[Lldb-commits] [lldb] [lldb][NFC] Inline ResolveSDKPathFromDebugInfo in one of its call site (PR #146062)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 30 07:33:04 PDT 2025
================
@@ -187,6 +187,9 @@ class PlatformDarwin : public PlatformPOSIX {
std::vector<std::string> &options,
XcodeSDK::Type sdk_type);
+ static llvm::Expected<FileSpec>
+ ResolveSDKPathFromDebugInfo(lldb_private::Target *target);
----------------
Michael137 wrote:
We don't need this to be in the header. We can just make it local to the `.cpp` file
https://github.com/llvm/llvm-project/pull/146062
More information about the lldb-commits
mailing list