docs.rs failed to build tablegen-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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