Re: #16214: Hadrian prof flavour doesn't build a compiler which you can profile
"GHC" <[email protected]> Mon, 04 Mar 2019 18:50:59 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
#16214: Hadrian prof flavour doesn't build a compiler which you can profile
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Build System | Version: 8.6.3
(Hadrian) |
Resolution: fixed | Keywords: newcomer
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 Ben Gamari <ben@…>):
In [changeset:"cfe64019a70acc1bae76f2fa580d6654f8eb5bc4/ghc" cfe6401/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="cfe64019a70acc1bae76f2fa580d6654f8eb5bc4"
Fix hadrian prof flavour so that it builds a profiled version of GHC
In Alp's refactoring of `getProgramContexts` he removed a call to
`getProgramContext` which was where the logic for this used to be
implemented.
Fixes #16214
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16214#comment:4>