[Lldb-commits] [PATCH] D156562: [lldb] Clean up uses of UuidCompatibility.h
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 28 10:44:46 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, jingham, jasonmolenda.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This commit does a few related things:
- Removes unused function `uuid_is_null`
- Removes unneeded includes of UuidCompatibility.h
- Renames UuidCompatibility to AppleUuidCompatibility and adds a comment to clarify intent of header.
- Moves AppleUuidCompatibility to the include directory
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156562
Files:
lldb/include/lldb/Utility/AppleUuidCompatibility.h
lldb/source/Expression/ObjectFileJIT.cpp
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Utility/UuidCompatibility.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156562.545224.patch
Type: text/x-patch
Size: 3454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230728/96205ad6/attachment.bin>
More information about the lldb-commits
mailing list