Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failure LLVM-TF-3.0.0.1 #71

Open
ghost opened this issue Aug 6, 2013 · 2 comments
Open

Build Failure LLVM-TF-3.0.0.1 #71

ghost opened this issue Aug 6, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 6, 2013

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.

@cartazio
Copy link
Collaborator

cartazio commented Aug 6, 2013

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 :)

@ghost
Copy link
Author

ghost commented Aug 14, 2013

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant