Re: [PATCH] Add optllvm as allowed way in testsuite

2012-02-16 Thread Ian Lynagh
On Tue, Oct 18, 2011 at 12:03:39PM -0500, David Peixotto wrote: > The hooks for the optllvm way were there in the ghc config > file, but there was no entry in config.other_ways so that a > `make WAY=optllvm` would fail with an "unknown way" error > message. > > This patch simply adds optllvm to th

[PATCH] Add optllvm as allowed way in testsuite

2011-10-18 Thread David Peixotto
The hooks for the optllvm way were there in the ghc config file, but there was no entry in config.other_ways so that a `make WAY=optllvm` would fail with an "unknown way" error message. This patch simply adds optllvm to the other_ways list. 0001-Add-optllvm-as-allowed-way-in-testsuite.patch Des