[GHC] #13786: GHCi linker is dependent upon object file order

GHC ghc-devs at haskell.org
Mon Jun 5 18:36:52 UTC 2017


#13786: GHCi linker is dependent upon object file order
-------------------------------------+-------------------------------------
        Reporter:  ppelleti          |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  8.0.2
  (Linker)                           |
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Phyx-):

 The complexity shouldn't be all that much. Just delay the calls to
 `ocResolve` until all `ocGetNames` is done should be enough. There's no
 real reason that we have to call the three stages sequentially off the top
 of my head.

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


More information about the ghc-tickets mailing list