[GHC] #15101: $tooldir not expanded for NoFib
GHC
ghc-devs at haskell.org
Sat May 12 08:11:21 UTC 2018
#15101: $tooldir not expanded for NoFib
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner: alpmestan
Type: bug | Status: patch
Priority: normal | Milestone: 8.6.1
Component: NoFib benchmark | Version:
suite |
Resolution: | Keywords:
Operating System: Windows | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4667
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Tamar Christina <tamar@…>):
In [changeset:"37810347dfeda977e7036cf8bc87ba079f094baa/ghc" 3781034/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="37810347dfeda977e7036cf8bc87ba079f094baa"
Expand $tooldir in ghc --info output
Summary:
This requires adding an `sToolDir :: Maybe FilePath` field to Settings,
since
compilerInfo is pure and therefore needs to have all the information
available in the DynFlags.
This should fix #15101 and #15107.
Test Plan: ./validate --fast
Reviewers: Phyx, bgamari
Reviewed By: Phyx
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #15101, #15107
Differential Revision: https://phabricator.haskell.org/D4686
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15101#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list