mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Mov gen to its own crate
This commit is contained in:
parent
a18e023326
commit
363a7a0abd
16 changed files with 101 additions and 552 deletions
2
compiler/gen/src/llvm/mod.rs
Normal file
2
compiler/gen/src/llvm/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub mod build;
|
||||
pub mod convert;
|
Loading…
Add table
Add a link
Reference in a new issue