[all-commits] [llvm/llvm-project] 0c124b: [lldb][NFC] Inline ResolveSDKPathFromDebugInfo in ...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Tue Jul 1 08:23:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c124be33f8d2ed6ede41bcd3d8f0ca115921ef3
https://github.com/llvm/llvm-project/commit/0c124be33f8d2ed6ede41bcd3d8f0ca115921ef3
Author: Charles Zablit <c_zablit at apple.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Log Message:
-----------
[lldb][NFC] Inline ResolveSDKPathFromDebugInfo in one of its call site (#146062)
This patch is part of an effort to remove the
`ResolveSDKPathFromDebugInfo` method, and more specifically the variant
which takes a Module as argument.
See the following PR for a follow up on what to do:
- https://github.com/llvm/llvm-project/pull/144913.
---------
Co-authored-by: Michael Buch <michaelbuch12 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list