Re: RC2 release imminent

2014-03-02 Thread Jens Petersen
New source distributions are available here: http://www.haskell.org/ghc/dist/7.8.1-rc2/ Thanks! (I would have just called it RC3:) I have done a couple of testbuilds: http://koji.fedoraproject.org/koji/taskinfo?taskID=6586630 (built against ghc-7.6.3) and a build in my Fedora Copr ghc-7.8

RE: Runtime error using LLVM bitcode execution

2014-03-02 Thread Benzinger, Ralph
Hallo Simon, Oh, I see ... Well, that's unfortunate, as we're working with the .ll files rather than the .s files. I guess I'll try to create my own mangler that will work on the .ll files instead, if that's feasible ... Regards Ralph -Original Message- From: Simon Marlow

Re: Runtime error using LLVM bitcode execution

2014-03-02 Thread Nathan Howell
Slightly related... is it possible to implement the evil mangler as an LLVM MC optimization instead of a standalone post-processor? Seems like it could be faster. On Sun, Mar 2, 2014 at 11:39 PM, Benzinger, Ralph ralph.benzin...@sap.comwrote: Hallo Simon, Oh, I see ... Well, that's