Skip to content

Commit

Permalink
Update readme (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 7, 2024
1 parent b067dd0 commit 81c7786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust bindings to [the MLIR C API](https://mlir.llvm.org/docs/CAPI/).
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_180_PREFIX` environment variable to specify a custom directory of LLVM installation.
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

Expand Down

0 comments on commit 81c7786

Please sign in to comment.