@hackage / llvm-tf

Bindings to the LLVM compiler toolkit using type families.

Latest21.0

About

Metadata

  • Last updated , by HenningThielemann
  • License BSD-3-Clause
  • Categories FFI, Compilers and Interpreters
  • Maintained by: Henning Thielemann <llvm@henning-thielemann.de>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 8.6.5

Package Flags

Use the -f option with cabal commands to enable flags

    developer (off by default)

    developer mode - warnings let compilation fail

    buildexamples (off by default)

    Build example executables

Readme

High-level bindings to the LLVM compiler toolkit using type families.

A note on versioning: The versions of this package are loosely based on the LLVM version. However, we depend on a relatively stable part of LLVM and provide a relatively stable API for it. We conform to the Package Versioning Policy PVP, i.e. we increase the version of this package when its API changes, but not necessarily when we add support for a new LLVM version. We support all those LLVM versions that are supported by our llvm-ffi dependency.

This package is a descendant of the llvm package which used functional dependencies. The original llvm package will no longer work with current versions of LLVM nor GHC.