mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Restore CLI
This commit is contained in:
parent
6baf2757f3
commit
799e137f55
5 changed files with 181 additions and 411 deletions
|
@ -25,7 +25,7 @@ use target_lexicon::{Architecture, OperatingSystem, Triple, Vendor};
|
|||
// TODO this should probably use more helper functions
|
||||
// TODO make this polymorphic in the llvm functions so it can be reused for another backend.
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
pub fn build(
|
||||
pub fn gen(
|
||||
arena: &Bump,
|
||||
loaded: LoadedModule,
|
||||
filename: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue