Skip to content

Commit ffad7d3

Browse files
committed
build: discard .swift_modhash section
1 parent 1c1ae6b commit ffad7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SECTIONS {
1414
*(.comment)
1515
*(.debug*)
1616
*(.eh_frame*)
17+
*(.swift_modhash*)
1718
}
1819
.symtab : { *(.symtab) }
1920
.strtab : { *(.strtab) }

0 commit comments

Comments
 (0)