[haskell-llvm] extra.cpp: invalid suffix "rc" on integer constant
Henning Thielemann
lemming at henning-thielemann.de
Fri Apr 27 13:39:11 BST 2012
I try to compile llvm-base-3.0 with ghc-7.4.1 and get the error:
cbits/extra.cpp:56:5:
error: invalid suffix "rc" on integer constant
cbits/extra.cpp:352:5:
error: invalid suffix "rc" on integer constant
cbits/extra.cpp:363:5:
error: invalid suffix "rc" on integer constant
cbits/extra.cpp:426:5:
error: invalid suffix "rc" on integer constant
I still use LLVM-2.8. Should llvm-3.0 work with this version of LLVM? The
version of llvm suggests it is designed for LLVM-3.0, but the
Cabal-description only mentions LLVM-2.9.
More information about the Haskell-llvm
mailing list