[GHC] #11040: Split SRT tables on Mac OS

GHC ghc-devs at haskell.org
Tue Jan 10 19:21:41 UTC 2017


#11040: Split SRT tables on Mac OS
---------------------------------+----------------------------------------
        Reporter:  olsner        |                Owner:
            Type:  bug           |               Status:  new
        Priority:  normal        |            Milestone:
       Component:  Compiler      |              Version:  7.10.2
      Resolution:                |             Keywords:
Operating System:  MacOS X       |         Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):  Phab:D2911
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"0a6c257de5c217436ec61fdf4b06bca059181f83/ghc"
 0a6c257d/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="0a6c257de5c217436ec61fdf4b06bca059181f83"
 -dead_strip is now the default on Darwin

 This enables subsections-via-symbols (-dead_strip) by default on Darwin.
 The Static Reference Table (SRT) needs to be split in order for
 -dead_strip to be helpful, so this commit always splits it on Darwin
 systems.

 Test Plan: GHC CI on Darwin

 Reviewers: erikd, austin, bgamari

 Reviewed By: erikd, bgamari

 Subscribers: erikd, thomie

 Differential Revision: https://phabricator.haskell.org/D2911

 GHC Trac Issues: #11040, #13049
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11040#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list