[GHC] #13230: Something strange with "Don't use the splitter on Darwin"

GHC ghc-devs at haskell.org
Sat Feb 4 10:33:08 UTC 2017


#13230: Something strange with "Don't use the splitter on Darwin"
-------------------------------------+-------------------------------------
        Reporter:  rwbarton          |                Owner:  rwbarton
            Type:  task              |               Status:  new
        Priority:  high              |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D3070
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Matthew Pickering <matthewtpickering@…>):

 In [changeset:"283acec1d7307fdbd8cd7b3f1d984a036366d6b4/ghc" 283acec/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="283acec1d7307fdbd8cd7b3f1d984a036366d6b4"
 Make split sections by default work again

 Commit 266a9dc4c changed = to := in one place in mk/config.mk.in.
 This broke SupportsSplitSections because the variable LdIsGNULd
 that it depends on is not defined until later in the file.

 Test Plan: pushed to a wip/ branch for perf to build

 Reviewers: DemiMarie, austin, bgamari, mpickering

 Reviewed By: mpickering

 Subscribers: mpickering, thomie

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

 GHC Trac Issues: #13230
 }}}

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


More information about the ghc-tickets mailing list