docs.rs failed to build pliron-llvm-0.8.0
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.
Visit the last successful build:
pliron-llvm-0.2.0
LLVM Dialect for pliron
This crate provides the following functionality:
- Dialect definitions of LLVM ops, types and attributes.
- A wrapper around llvm-sys converting to and from our LLVM dialect. This necessitates that LLVM be installed locally.
We currently support LLVM-20, and hence LLVM-20 needs to be on your computer.
On Ubuntu, this means, you require the libllvm20 and libpolly-20-dev
packages.
pliron-llvm also provides an llvm-opt tool.
Note: Implementation of the LLVM dialect is in-progress, not yet complete.