llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Haskell bindings to the LLVM compiler infrastructure project.

Results 26 llvm issues
Sort by recently updated
recently updated
newest added

Hi, as part of a free time project I've tried and failed multiple times to get [this project](https://github.com/giorgidze/Hydra/) to build. I'm stuck at getting these llvm bindings to build. I...

Currently, the hackage package pages http://hackage.haskell.org/package/llvm-base and http://hackage.haskell.org/package/llvm suggest that you should transition to the `llvm-general` project, which also seems to stall at LLVM-3.5. Could you please also mention my...

The Vector example fails with: ``` llvm-vector: example/Vector.hs:94:9-60: Irrefutable pattern failed for pattern Data.Maybe.Just iovec' ``` The problem is that the function `getModuleValues` does not return the named function "vectest"...

Hi, Debian wants to make LLVM 3.4 the standard, and it seems that llvm-base needs to be updated to that. Is there an ETA for an updated version of llvm-base?...

I was working on another package that required use of ghc 7.8 features but also depended on llvm. In attempting to compile llvm I ran into several issues. The experience...

I found the following code in LLVM.Core.Util.constVector: ``` withArrayLen xs $ \ len ptr -> return $ FFI.constVector ptr (fromIntegral len) ``` I think this won't work reliably, since "ptr"...

Hopefully the code below is self explanatory. Due to a lack on a Vector Generic instance, I cannot use `simpleFunction` on `g`. I also cannot see how to use `fromVector`....

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 running on windows with LLVM 3.2 built under 32-bit mingw, all examples fail with the message `Segmentation fault/access violation in generated code`