summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Seidel <gridaphobe@gmail.com>2016-01-18 09:45:23 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-18 10:32:50 +0100
commita7b751db766bd456ace4f76a861e5e8b927d8f17 (patch)
tree901bd4db1a95dc800e3e50a0d00a9da50c7b8c9c /utils
parent2fd407cd28ea1c8fccb7a93d411d1cee690fa959 (diff)
downloadhaskell-a7b751db766bd456ace4f76a861e5e8b927d8f17.tar.gz
un-wire-in error, undefined, CallStack, and IP
I missed a crucial step in the wiring-in process of `CallStack` in D861, the bit where you actually wire-in the Name... This led to a nasty bug where GHC thought `CallStack` was not wired-in and tried to fingerprint it, which failed because the defining module was not loaded. But we don't need `CallStack` to be wired-in anymore since `error` and `undefined` no longer need to be wired-in. So we just remove them all. Updates haddock submodule. Test Plan: `./validate` and `make slowtest TEST=tc198` Reviewers: simonpj, goldfire, austin, hvr, bgamari Reviewed By: simonpj, bgamari Subscribers: goldfire, thomie Projects: #ghc Differential Revision: https://phabricator.haskell.org/D1739 GHC Trac Issues: #11331
Diffstat (limited to 'utils')
m---------utils/haddock0
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock
-Subproject c2e89153c0aaf2dc4e3908701f19d739eb0d8b9
+Subproject 8269b349dd04f7561f9fe6c9e4ba514d3a7d21a