[all-commits] [llvm/llvm-project] 4cbe76: [LLDB][ELF] Fix section unification to not just us...
Alastair Houghton via All-commits
all-commits at lists.llvm.org
Wed May 1 09:17:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cbe7607c75486dd17a048a45dd8c72c3dbf7e62
https://github.com/llvm/llvm-project/commit/4cbe7607c75486dd17a048a45dd8c72c3dbf7e62
Author: Alastair Houghton <ahoughton at apple.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
A lldb/test/Shell/ObjectFile/ELF/two-text-sections.yaml
Log Message:
-----------
[LLDB][ELF] Fix section unification to not just use names. (#90099)
Section unification cannot just use names, because it's valid for ELF
binaries to have multiple sections with the same name. We should check
other section properties too.
Fixes #88001.
rdar://124467787
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