Re: Cross-compiling Haskell code for ARM via LLVM

2012-02-12 Thread Karel Gardas
On 02/13/12 02:38 AM, Ricardo Wurmus wrote: Hi, I'm trying to compile my Haskell project on x86_64 with GHC 7.4.1 and the LLVM backend for ARM, but LLVM's llc either segfaults (version 3.0) or aborts (2011-07-12 revision with patch as described here[1]). I've filed a bug in the LLVM bugzilla[2].

Re: Cross-compiling Haskell code for ARM via LLVM

2012-02-12 Thread Ben Gamari
On Mon, 13 Feb 2012 09:38:44 +0800, Ricardo Wurmus wrote: > Hi, > > I'm trying to compile my Haskell project on x86_64 with GHC 7.4.1 and > the LLVM backend for ARM, but LLVM's llc either segfaults (version > 3.0) or aborts (2011-07-12 revision with patch as described here[1]). > I've filed a bu

Cross-compiling Haskell code for ARM via LLVM

2012-02-12 Thread Ricardo Wurmus
Hi, I'm trying to compile my Haskell project on x86_64 with GHC 7.4.1 and the LLVM backend for ARM, but LLVM's llc either segfaults (version 3.0) or aborts (2011-07-12 revision with patch as described here[1]). I've filed a bug in the LLVM bugzilla[2]. I'm passing these arguments to GHC: -Wall -f