llvm-hs-examples icon indicating copy to clipboard operation
llvm-hs-examples copied to clipboard

Examples for Haskell bindings to LLVM

Results 5 llvm-hs-examples issues
Sort by recently updated
recently updated
newest added

## What I wanted Install LLVM-9 and test it. ## What I did - Ran `brew install llvm-hs/llvm/llvm-9` - Ran `stack exec basic` - Ran `stack build` ## What I...

This PR fixes parts of #13 I ran across the same problem when trying to run the ORC and Arith examples, so I took a deep dive into LLVM and...

First of all: greetings, and thank you for such magnifical software. I am having trouble running some of the examples. I am currently using NixOS (channel release 20.3 stable). I...

It would be useful to have a macOS Travis build also.

Any ideas on what other simple use case examples I should make for the bindings. Was thinking about some of these: * Read and writing IR, Bytecode from disk. *...