mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
cleanup llvm module optimisation passes
This commit is contained in:
parent
2c05760aa5
commit
8090e99e75
7 changed files with 60 additions and 150 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue