tablegen

Crates.iotablegen
lib.rstablegen
version0.1.2
sourcesrc
created_at2016-12-17 23:34:39.473614
updated_at2016-12-20 02:19:24.492939
descriptionBindings to LLVM's TableGen via the ctablegen library
homepage
repositoryhttps://github.com/astocko/tablegen-rs
max_upload_size
id7659
size40,122,759
Alexander Stocko (astocko)

documentation

https://github.com/astocko/tablegen-rs

README

tablegen-rs

Minimal Rust bindings to LLVM's TableGen via the ctablegen library. Requires llvm-config, LLVM Core and Support libraries along with includes.

WIP

  • Add tests
  • Write documentation
  • Examples

Build

If llvm-config is not on the system path or named differently, set the LLVM_CONFIG_PATH environment variable:

LLVM_CONFIG_PATH=/usr/bin/llvm-config-3.9 cargo build

LLVM_CONFIG_PATH=llvm-config-3.8 cargo build

Commit count: 23

cargo fmt