Hi,
On May 10, 2010, at 17:20 PM, Simon Marlow wrote:
> Here's the fix, I'm just validating before I push:
>
> --- old-ghc-testing/rts/Updates.cmm 2010-05-10 16:20:22.000000000 +0100
> +++ new-ghc-testing/rts/Updates.cmm 2010-05-10 16:20:25.000000000 +0100
> @@ -95,5 +95,5 @@
> // high watermark.
> INFO_TABLE_RET (stg_bh_upd_frame, UPDATE_FRAME, UPD_FRAME_PARAMS)
> {
> - jump stg_marked_upd_frame_info;
> + jump RET_LBL(stg_marked_upd_frame);
> }
I've applied it to the ghc head of today, May 10th, last patch being
Mon May 10 15:33:33 CEST 2010 [email protected]
* Re-engineer the derived Ord instance generation code (fix Trac #4019)
and it does compile and builds a stage 2 GHC with the LLVM code generator
backend on a Corei7 machine running Linux 2.6.31 and using GHC 6.10.2 to
bootstrap the build process. Using the compiler also succeeds in producing a
working binary for a simple helloworld app using -fllvm.
Thanks for fixing this!
-- Andy Georges
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc