[GHC] #13378: ghc-stage2 broken for quick-llvm

GHC ghc-devs at haskell.org
Thu Mar 9 16:13:19 UTC 2017


#13378: ghc-stage2 broken for quick-llvm
-------------------------------------+-------------------------------------
        Reporter:  angerman          |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.4.1
       Component:  Compiler          |              Version:
      Resolution:                    |             Keywords:
Operating System:  MacOS X           |         Architecture:  x86_64
 Type of failure:  Building GHC      |  (amd64)
  failed                             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

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

 In [changeset:"90009cf62bcebf875e68af625dbdbfc3c2f71717/ghc"
 90009cf6/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="90009cf62bcebf875e68af625dbdbfc3c2f71717"
 llvm backend: Put string constants in .rodata.str.* sections (#13265)

 The .cstring.* sections don't get merged by the linker (bfd or gold).
 That's bad, and especially bad in #13265 where it caused the number of
 sections to exceed what is apparently an internal limit in ld.bfd.

 Test Plan:
 I can only test this on Linux, and I am guessing at what
 the correct behavior is on Mac OS and Windows (and AIX I suppose).
 Testers on other platforms would be much appreciated, though I
 understand that the LLVM backend is broken on Mac OS currently for
 other reasons (#13378).

 Reviewers: olsner, austin, xnyhps, bgamari

 Reviewed By: bgamari

 Subscribers: thomie

 Differential Revision: https://phabricator.haskell.org/D3282
 }}}

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


More information about the ghc-tickets mailing list