[all-commits] [llvm/llvm-project] db9087: [lldb] Clean up uses of UuidCompatibility.h

Alex via All-commits all-commits at lists.llvm.org
Mon Jul 31 10:32:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db9087a696a65042701049b9028096aeda82aa98
      https://github.com/llvm/llvm-project/commit/db9087a696a65042701049b9028096aeda82aa98
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    A lldb/include/lldb/Utility/AppleUuidCompatibility.h
    M lldb/source/Expression/ObjectFileJIT.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    R lldb/source/Utility/UuidCompatibility.h

  Log Message:
  -----------
  [lldb] Clean up uses of UuidCompatibility.h

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

Differential Revision: https://reviews.llvm.org/D156562




More information about the All-commits mailing list