Skip to content

Commit

Permalink
Also mark .debug_line_str as mergeable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 1, 2024
1 parent 7a16015 commit 126fd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debuginfo/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl WriteDebugInfo for ObjectProduct {
let section_id = self.object.add_section(
segment,
name,
if id == SectionId::DebugStr {
if id == SectionId::DebugStr || id == SectionId::DebugLineStr {
SectionKind::DebugString
} else if id == SectionId::EhFrame {
SectionKind::ReadOnlyData
Expand Down

0 comments on commit 126fd7c

Please sign in to comment.