[Lldb-commits] [PATCH] D156020: [lldb][PlatformDarwin] Parse SDK path for module compilation from debug-info

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 22 03:25:26 PDT 2023


Michael137 added inline comments.
Herald added a subscriber: JDevlieghere.


================
Comment at: lldb/include/lldb/Target/Platform.h:492
+  static llvm::Expected<SDKPathSearchResult>
+  GetSDKPathFromDebugInfo(Module &module);
+
----------------
I'm open to suggestions on where to put this API. `Platform` seems a bit too generic. But the intention is to share it with the Swift plugin. I could put it into `PlatformDarwin`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156020/new/

https://reviews.llvm.org/D156020



More information about the lldb-commits mailing list