[GHC] #11788: Enable Thin Library support for the Runtime linker on Windows.
GHC
ghc-devs at haskell.org
Mon Apr 4 17:34:59 UTC 2016
#11788: Enable Thin Library support for the Runtime linker on Windows.
-------------------------------------+-------------------------------------
Reporter: Phyx- | Owner: Phyx-
Type: feature | Status: new
request |
Priority: normal | Milestone: 8.2.1
Component: Runtime | Version: 7.10.3
System (Linker) |
Keywords: | Operating System: Windows
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The runtime linker currently has an `#ifdef` that removes support for AR's
thin archives for Windows.
This because all the code is based on `char*` and Windows would require
`wchar_t`.
Using the abstraction of `pathchar` this can be enabled for Windows and
remove another `#ifdef` from the RTS.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11788>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list