[all-commits] [llvm/llvm-project] b9ddb4: [lldb] Add unit tests for Mach-O export trie parsi...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 9 14:00:54 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9ddb4c4630d39982de676d311ed80e5e1f7f5b2
https://github.com/llvm/llvm-project/commit/b9ddb4c4630d39982de676d311ed80e5e1f7f5b2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M lldb/unittests/ObjectFile/MachO/CMakeLists.txt
A lldb/unittests/ObjectFile/MachO/MachOTrieTest.cpp
Log Message:
-----------
[lldb] Add unit tests for Mach-O export trie parsing (NFC) (#202747)
Add MachOTrieTest covering the well-formed cases of ParseTrieEntries. A
small TrieBuilder lays out well-formed trie bytes to keep the tests
readable.
Assisted-by: Claude
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