Skip to content
Snippets Groups Projects
Commit 37f257af authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Rip out object splitting

The splitter is an evil Perl script that processes assembler code.
Its job can be done better by the linker's --gc-sections flag. GHC
passes this flag to the linker whenever -split-sections is passed on
the command line.

This is based on @DemiMarie's D2768.

Fixes Trac #11315
Fixes Trac #9832
Fixes Trac #8964
Fixes Trac #8685
Fixes Trac #8629
parent 646b6dfb
No related branches found
No related tags found
No related merge requests found
Showing
with 54 additions and 335 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment