cleanup llvm module optimisation passes

This commit is contained in:
Luke Boswell 2024-08-04 12:13:01 +10:00
parent 2c05760aa5
commit 8090e99e75
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
7 changed files with 60 additions and 150 deletions

View file

@ -3,6 +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 llvm_passes;
pub mod program;
pub mod target;