[GHC] #4210: LLVM: Dynamic Library Support

GHC ghc-devs at haskell.org
Mon Jan 20 18:17:19 UTC 2014


#4210: LLVM: Dynamic Library Support
-------------------------------------+------------------------------------
        Reporter:  dterei            |            Owner:  dterei
            Type:  feature request   |           Status:  closed
        Priority:  low               |        Milestone:  7.6.2
       Component:  Compiler (LLVM)   |          Version:  6.13
      Resolution:  fixed             |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  Runtime crash     |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by bgamari):

 Unfortunately, things are still broken with BFD ld due to ld bug 16177
 (https://sourceware.org/bugzilla/show_bug.cgi?id=16177) wherein ld
 inexplicably generates R_ARM_COPY relocations where a standard R_ARM_ABS32
 relocation would do just fine (as gold does). Sadly, despite the bug being
 reported two months ago, there has been no activity from the ld side. For
 now I suspect we'll just have to advise users to use gold on ARM.

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


More information about the ghc-tickets mailing list