mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
WIP add llvm optimisation passes
This commit is contained in:
parent
67d7f0a933
commit
4c9610b147
3 changed files with 50 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue