[all-commits] [llvm/llvm-project] d0a1f8: [lldb] Extract Mach-O export trie parsing into Mac...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jun 9 12:18:43 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0a1f86e78908ab30d48a9408cc4673c20203422
      https://github.com/llvm/llvm-project/commit/d0a1f86e78908ab30d48a9408cc4673c20203422
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt
    A lldb/source/Plugins/ObjectFile/Mach-O/MachOTrie.cpp
    A lldb/source/Plugins/ObjectFile/Mach-O/MachOTrie.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

  Log Message:
  -----------
  [lldb] Extract Mach-O export trie parsing into MachOTrie.{h,cpp} (NFC) (#202735)

ParseTrieEntries and its TrieEntry helpers were file-local statics in
ObjectFileMachO.cpp, unreachable from tests. Move them into a
self-contained translation unit (depending only on lldbUtility) so the
parser can be exercised in isolation.



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