tblgen

Crates.iotblgen
lib.rstblgen
version0.3.0
sourcesrc
created_at2023-08-01 12:45:11.156025
updated_at2023-08-14 10:54:57.91847
descriptionSafe Rust bindings for TableGen.
homepage
repositoryhttps://gitlab.com/Danacus/tblgen-rs
max_upload_size
id931845
size109,639
Daan Vanoverloop (Danacus)

documentation

https://danacus.gitlab.io/tblgen-rs/tblgen/

README

tblgen

This crate provides raw bindings and a safe wrapper for TableGen, a domain-specific language used by the LLVM project.

The goal of this crate is to enable users to develop custom TableGen backends in Rust. Hence the primary use case of this crate are procedural macros that generate Rust code from TableGen description files.

Documentation

Read the documentation at https://danacus.gitlab.io/tblgen-rs/tblgen/.

Supported LLVM Versions

An installation of LLVM is required to use this crate. This crate only aims to support the latest version of LLVM. The version of LLVM currently supported is 17.x.x.

The 1TABLEGEN_170_PREFIX` environment variable can be used to specify a custom directory of the LLVM installation.

Commit count: 40

cargo fmt