================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to