[Lldb-commits] [lldb] [lldb][Platform] Move the GetSDKPathFromDebugInfo helpers from PlatformDarwin into Platform (PR #102488)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 08:10:43 PDT 2024
Michael137 wrote:
I checked their uses in the Swift repo and we always have a `Target` available when we call these methods. So we should be able to use `Target::GetPlatform` to replace those static calls.
https://github.com/llvm/llvm-project/pull/102488
More information about the lldb-commits
mailing list