The default cleanup handler should /always/ delete the temp files
authorIan Lynagh <igloo@earth.li>
Thu, 11 Dec 2008 17:00:06 +0000 (17:00 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 11 Dec 2008 17:00:06 +0000 (17:00 +0000)
commit3db6d1b8f2272f27e947e5347268a576452a6e77
treeb1067084ad3608851a0a5a30539339f1b7b8aaa0
parent2d4e1203c6a5ee5634c0af5404d9a8ad2b338cf1
The default cleanup handler should /always/ delete the temp files
Not only if there has been an exception. It worked for GHC anyway,
as it was getting an ExitSuccess exception, but GHC API clients
shouldn't be required to do that.
compiler/main/GHC.hs