[all-commits] [llvm/llvm-project] 699cd9: [llvm-dwp] Fix merging of debug_str_offsets with m...
Morten larsen via All-commits
all-commits at lists.llvm.org
Tue Jun 25 13:39:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 699cd9ac1dc305b2f0ee6e70939a3dddccc2add4
https://github.com/llvm/llvm-project/commit/699cd9ac1dc305b2f0ee6e70939a3dddccc2add4
Author: Morten larsen <mortenlarsens at gmail.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M llvm/lib/DWP/DWP.cpp
M llvm/test/tools/llvm-dwp/X86/merge.test
A llvm/test/tools/llvm-dwp/X86/merge_v5.test
Log Message:
-----------
[llvm-dwp] Fix merging of debug_str_offsets with multiple contributions (#90461)
This pull request will change the merging of ``debug_str_offset`` to
merge per contribution and correctly copy over each contribution header
to the merged section. I have added some test data which is in dwarf5
format as this is where the section contribution header was introduced,
as far as i can tell.
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