[all-commits] [llvm/llvm-project] 07974f: Reland "[lldb][MachO][NFC] Extract ObjC metadata s...
Michael Buch via All-commits
all-commits at lists.llvm.org
Thu Oct 2 14:45:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07974fe2b14a7601b5658deb9c41597db54e842f
https://github.com/llvm/llvm-project/commit/07974fe2b14a7601b5658deb9c41597db54e842f
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
Reland "[lldb][MachO][NFC] Extract ObjC metadata symbol parsing into helper function" (#161655)
This reverts `5a80fb9177e3c831c9c574400a13d77393397f2a`. The original
change got reverted because of failing tests on macOS.
The issue was that I changed the scope of setting `type =
eSymbolTypeData` during the cleanup. This patch relands the original
patch but doesn't change the `else` branch to an `else if` branch.
Tested that macOS test-suite passes.
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