You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 75, FFI.fP128Type should be FFI.fp128Type
-- error is the case of "p"
In LLVM.Core.Instructions
Line 177 has a type error. p :: Int when the function expects a CInt. This is because
FFI.cmpInstGetPredicate
returns an IO Int not IO CInt
Not sure how best to fix this.
The text was updated successfully, but these errors were encountered:
Hey Jonathan, most of the Haskell LLVM based development has been moved to llvm-general, see hackage.haskell.org/package/llvm-general and https://github.com/bscarlet/llvm-general
if you're doing your own llvm based haskell dev, or maintaining a project that uses llvm, and want an actively maintained library, I warmly recommend you migrate to llvm-general :)
Thank you very much for the reply. I would like to use llvm as a
backend for some compiler projects and LLVM-General looks nice!
On 13-08-06 01:31 PM, Carter Tazio Schonwald wrote:
Hey Jonathan, most of the Haskell LLVM based development has been
moved to llvm-general, see hackage.haskell.org/package/llvm-general
and https://github.com/bscarlet/llvm-general
if you're doing your own llvm based haskell dev, or maintaining a
project that uses llvm, and want an actively maintained library, I
warmly recommend you migrate to llvm-general :)
—
Reply to this email directly or view it on GitHub #71 (comment).
In Type.hs
There is a typo.
Line 75, FFI.fP128Type should be FFI.fp128Type
-- error is the case of "p"
In LLVM.Core.Instructions
Line 177 has a type error. p :: Int when the function expects a CInt. This is because
FFI.cmpInstGetPredicate
returns an IO Int not IO CInt
Not sure how best to fix this.
The text was updated successfully, but these errors were encountered: