@hackage / llvm-base

FFI bindings to the LLVM compiler toolkit.

Version Deprecated package3.2.0.2

About

Metadata

  • Last updated , by CarterSchonwald
  • License BSD-3-Clause
  • Categories FFI, Compilers and Interpreters
  • Maintained by: Bryan O'Sullivan <bos@serpentine.com>, Lennart Augustsson <lennart@augustsson.net>, Benjamin Saunders <besaunde@sfu.ca>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    developer (off by default)

    operate in developer mode

Readme

FFI bindings to the LLVM compiler toolkit.

We try to stay up to date with LLVM releases. The current version of this package is compatible with at least LLVM 3.2. Please understand that the package may or may not work against older LLVM releases; we don't have the time or resources to test across multiple releases.

  • New in 3.2: Builds against LLVM 3.2, new mid-level Wrapper interface and ST-based pure interface

  • New in 3.0: Builds against LLVM 3.0.

  • New in 0.9.1.1: Builds against LLVM 2.9.

  • New in 0.9.1.0: Util.Memory for memory related intrinsics.

  • New in 0.9.0.0: Adapted to LLVM 2.8 (removed support for Union types).