[all-commits] [llvm/llvm-project] 3427ed: Adopt new dyld SPIs to introspect the shared cache.
fredriss via All-commits
all-commits at lists.llvm.org
Fri Mar 25 18:02:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3427eddd9aabcb1505ffe16adfcba7d6e8b28bf8
https://github.com/llvm/llvm-project/commit/3427eddd9aabcb1505ffe16adfcba7d6e8b28bf8
Author: Fred Riss <friss at apple.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
Log Message:
-----------
Adopt new dyld SPIs to introspect the shared cache.
With the shared cache getting split into multiple files, the current
way we created ObjectFileMachO objects for shared cache dylib images
will break.
This patch conditionally adopts new SPIs which will do the right
thing in the new world of multi-file caches.
More information about the All-commits
mailing list