Crates.io | tablegen |
lib.rs | tablegen |
version | 0.1.2 |
source | src |
created_at | 2016-12-17 23:34:39.473614 |
updated_at | 2016-12-20 02:19:24.492939 |
description | Bindings to LLVM's TableGen via the ctablegen library |
homepage | |
repository | https://github.com/astocko/tablegen-rs |
max_upload_size | |
id | 7659 |
size | 40,122,759 |
Minimal Rust bindings to LLVM's TableGen via the ctablegen library. Requires llvm-config, LLVM Core and Support libraries along with includes.
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