Skip to main content

Python bindings for LLVM

Project description

Home page

http://www.llvmpy.org

Versions

This package has only been tested with LLVM 3.1, and Python 2.7, (not Python 3.x).

Quickstart

  1. Get 3.1 version of LLVM, build it. Make sure --enable-pic is passed to LLVM’s configure.

  2. Get llvm-py and install it:

    $ git clone git@github.com:llvmpy/llvmpy.git
    $ cd llvmpy
    $ python setup.py install

    Run the tests:

    $ python -c "import llvm; llvm.test()"
  3. See documentation at ‘http://www.llvmpy.org/pages.html’ and examples under ‘test’.

LICENSE

llvmpy is distributed under the new BSD license, which is similar to the LLVM license itself. See the file called LICENSE for the full license text.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llvmpy-0.8.2.tar.gz (486.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page