mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
make things compile
This commit is contained in:
parent
08a3f0fb9a
commit
f1ec5c30d0
4 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@ use crate::target::arch_str;
|
|||
#[cfg(feature = "llvm")]
|
||||
use libloading::{Error, Library};
|
||||
use roc_builtins::bitcode;
|
||||
#[cfg(feature = "llvm")]
|
||||
// #[cfg(feature = "llvm")]
|
||||
use roc_mono::ir::OptLevel;
|
||||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue