mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Rename gen to gen_llvm
This way, we have gen_dev and gen_llvm representing the two different compiler backends.
This commit is contained in:
parent
bff91b147d
commit
57676057fa
24 changed files with 73 additions and 70 deletions
10
compiler/gen_llvm/src/llvm/mod.rs
Normal file
10
compiler/gen_llvm/src/llvm/mod.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
pub mod bitcode;
|
||||
pub mod build;
|
||||
pub mod build_dict;
|
||||
pub mod build_hash;
|
||||
pub mod build_list;
|
||||
pub mod build_str;
|
||||
pub mod compare;
|
||||
pub mod convert;
|
||||
pub mod externs;
|
||||
pub mod refcounting;
|
Loading…
Add table
Add a link
Reference in a new issue