Skip to content

Commit a949c27

Browse files
authored
Merge pull request #84 from kkebo/add-swift-modhash-to-linker-script
build: discard `.swift_modhash` section
2 parents 1c1ae6b + ffad7d3 commit a949c27

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)