18 Jun 2012 07:18
#7004: Error compiling repa-algorithms with LLVM
GHC <cvs-ghc <at> haskell.org>
2012-06-18 05:18:10 GMT
2012-06-18 05:18:10 GMT
#7004: Error compiling repa-algorithms with LLVM
---------------------------------------+------------------------------------
Reporter: benl | Owner: dterei
Type: bug | Status: new
Priority: normal | Component: Compiler (LLVM)
Version: 7.4.1 | Keywords:
Os: MacOS X | Architecture: x86_64 (amd64)
Failure: GHC rejects valid program | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------------+------------------------------------
With LLVM 3.0 and 3.1:
{{{
$ cabal install repa-examples
Resolving dependencies...
Configuring repa-algorithms-3.2.1.1...
Building repa-algorithms-3.2.1.1...
Preprocessing library repa-algorithms-3.2.1.1...
[ 1 of 10] Compiling Data.Array.Repa.Algorithms.Randomish (
Data/Array/Repa/Algorithms/Randomish.hs,
dist/build/Data/Array/Repa/Algorithms/Randomish.o )
/var/folders/39/s54cw_0x0pg1shz3z8wd3z080000gn/T/cc-IVGvFg.s:18:2:
error: instruction requires a CPU feature not currently enabled
jmpl *%eax ## TAILCALL
^
}}}
With LLVM 2.8:
(Continue reading)
RSS Feed