Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

CQCL/hugr-llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f450458 · Jun 11, 2024

History

16 Commits
May 31, 2024
May 24, 2024
Jun 11, 2024
Jun 11, 2024
May 24, 2024
May 24, 2024
Jun 11, 2024
Jun 11, 2024
May 29, 2024
May 24, 2024
May 24, 2024
Jun 11, 2024
May 24, 2024
Jun 11, 2024
Jun 11, 2024

Repository files navigation

hugr-llvm

A general, extensible, rust crate for lowering HUGRs into LLVM-ir.

Building

Requires llvm. At present, only llvm-14 is supported, but this limitation can easily be lifted.

See the llvm-sys crate for details on how to use your preferred llvm installation.

A devenv.sh nix environment is provided, in which cargo build && cargo test should work without any further configuration.