@hackage llvm-general3.5.1.2

General purpose LLVM bindings

llvm-general is a set of Haskell bindings for LLVM http://llvm.org/. Unlike other current Haskell bindings, it uses an ADT to represent LLVM IR (http://llvm.org/docs/LangRef.html), and so offers two advantages: it handles almost all of the stateful complexities of using the LLVM API to build IR; and it supports moving IR not only from Haskell into LLVM C++ objects, but the other direction - from LLVM C++ into Haskell.

  • Installation

    Custom

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      shared-llvm
       (off by default)

      link against llvm shared rather than static library

      debug
       (off by default)

      compile C(++) shims with debug info for ease of troubleshooting