[all-commits] [llvm/llvm-project] 81cdb5: [lldb] Drop prefix & offset arguments in ParseTrie...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 9 16:21:48 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81cdb52c03fb3a4f3ff2b30b71e3963ed90e2e61
https://github.com/llvm/llvm-project/commit/81cdb52c03fb3a4f3ff2b30b71e3963ed90e2e61
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/MachOTrie.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/MachOTrie.h
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/unittests/ObjectFile/MachO/MachOTrieTest.cpp
Log Message:
-----------
[lldb] Drop prefix & offset arguments in ParseTrieEntries (#202805)
I addressed Dave's review feedback locally but forgot to push the fix to
the PR branch. This removes the prefix and offset arguments from the
public API.
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