Re: Include a new boot library

2012-12-04 Thread Simon Marlow
On 03/12/12 17:30, Mattias Lundell wrote: Hi, I have spent a couple of hours this weekend trying to include an extra boot library to GHC. My aim is to experiment with the LLVM FFI bindings as code generator instead of the text representation. Great! Unfortunately I am stuck in the build proc

Include a new boot library

2012-12-03 Thread Mattias Lundell
Hi, I have spent a couple of hours this weekend trying to include an extra boot library to GHC. My aim is to experiment with the LLVM FFI bindings as code generator instead of the text representation. Unfortunately I am stuck in the build process. I am able to build GHC HEAD from git and I am abl