Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 767 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 767 Bytes

mlir-sys

GitHub Action Crate License

Rust bindings to the MLIR C API.

Install

cargo add mlir-sys

This crate searches an llvm-config command on build and uses it to determine build configurations related to LLVM and MLIR. You can also use a MLIR_SYS_190_PREFIX environment variable to specify a custom directory of LLVM installation.

License

MIT