[all-commits] [llvm/llvm-project] f5255b: [lldb][PlatformDarwin] Make LocateExecutableScript...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Mar 6 10:35:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5255b0d5ab853a56ad7bdce65c6f217d87d46b9
https://github.com/llvm/llvm-project/commit/f5255b0d5ab853a56ad7bdce65c6f217d87d46b9
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
Log Message:
-----------
[lldb][PlatformDarwin] Make LocateExecutableScriptingResourcesFromDSYM a public static (#185056)
This will allow us to unit-test it in a follow-up patch. We could test
`LocateExecutableScriptingResources` directly, but that requires a valid
`Module`/`ObjectFile`/`SymbolFile`. That's a lot of boilerplate/set to
ultimately just test the `dSYM` logic. The helper just takes
`FileSpec`s, which are much easier to construct in a test.
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