diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-13 11:33:54 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-13 11:33:59 -0400 |
commit | 7613a812888424b49cb334a4e63bd7280adf2774 (patch) | |
tree | 2a9f67a3283a9f69fc4dc77e0867aab36ef65f0a /testsuite/.gitignore | |
parent | 6f6230308fda376c55cb7cbcd4b6b51b680d4cef (diff) | |
download | haskell-7613a812888424b49cb334a4e63bd7280adf2774.tar.gz |
Fix #9438 by converting a panic to an error message
Previously, GHC was quite eager to panic whenever it was fed
an archive file when `DYNAMIC_GHC_PROGRAMS=YES`. This ought to be an
explicit error message instead, so this patch accomplishes just that.
Test Plan: make test TEST=T14708
Reviewers: Phyx, hvr, bgamari
Reviewed By: Phyx
Subscribers: thomie, carter
GHC Trac Issues: #9438, #14708, #15032
Differential Revision: https://phabricator.haskell.org/D4589
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index e6934f966a..7c4453e58a 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -776,6 +776,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/ghci/linking/dir004/ /tests/ghci/linking/dir005/ /tests/ghci/linking/dir006/ +/tests/ghci/linking/T14708scratch/ /tests/ghci/prog001/C.hs /tests/ghci/prog001/D.hs /tests/ghci/prog002/A.hs |