WIP add llvm optimisation passes

This commit is contained in:
Luke Boswell 2024-07-31 05:22:40 +10:00
parent 67d7f0a933
commit 4c9610b147
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
3 changed files with 50 additions and 1 deletions

View file

@ -3,5 +3,6 @@
// See github.com/roc-lang/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
pub mod link;
mod llvm_passes;
pub mod program;
pub mod target;