[GHC] #11063: ghc -split-objs fails on Unicode file names

GHC ghc-devs at haskell.org
Fri Nov 6 05:06:50 UTC 2015


#11063: ghc -split-objs fails on Unicode file names
-------------------------------------+-------------------------------------
        Reporter:  strake888         |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  7.10.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by strake888):

 GHC in this mode generates an ld script in compiler/main/DriverPipeline.hs
 with the paths to all the split obj files, which ld parses wrongly if they
 have such characters. I think double-quoting the paths written to this
 script would work but I have yet to test it.

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


More information about the ghc-tickets mailing list