[GHC] #8294: T7478 fails on Mac OS X with "unexpected bindingNone" from ld
GHC
ghc-devs at haskell.org
Tue Dec 15 00:37:39 UTC 2015
#8294: T7478 fails on Mac OS X with "unexpected bindingNone" from ld
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: GHC API | Version: 7.7
Resolution: duplicate | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash | Test Case: T7478
Blocked By: | Blocking:
Related Tickets: #7478 | Differential Rev(s):
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"6d9c18cb43c1fda95932ef0f640dcf41906a2773/ghc"
6d9c18cb/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="6d9c18cb43c1fda95932ef0f640dcf41906a2773"
DynFlags: remove Opt_Static
There are currently 2 different ways to test for a static or dynamic
build:
* Test if WayDyn is in ways
* Test if Opt_Static is set
The problem is that these can easily go out of sync, especially when
using the
GHC API.
This commit replaces all queries of Opt_Static with an equivalent query
of
WayDyn. This would have prevented bug #8294 and fixes #11154.
Reviewers: hvr, austin, bgamari
Reviewed By: austin, bgamari
Differential Revision: https://phabricator.haskell.org/D1607
GHC Trac Issues: #10636
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8294#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list