Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 596 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 596 Bytes

PyLLco

A Python wrapper for LLVM Constants. This wrapper is kind of rudimentary and meant for the subset of LLVM that ARA needs. However, we are open for pull requests.

Dependencies

  • meson
  • cython
  • LLVM (see meson.build for current compatible versions)

Compiling

meson build
ninja
ninja install

License

GPLv3+