mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove some unneeded changes
This commit is contained in:
parent
8855f269ba
commit
74a55664dd
3 changed files with 2 additions and 3 deletions
|
@ -410,7 +410,7 @@ pub struct Env<'a> {
|
||||||
arena: &'a Bump,
|
arena: &'a Bump,
|
||||||
subs: &'a Subs,
|
subs: &'a Subs,
|
||||||
layout_cache: LayoutCache<'a>,
|
layout_cache: LayoutCache<'a>,
|
||||||
interns: &'a mut Interns,
|
interns: &'a Interns,
|
||||||
struct_names: Structs,
|
struct_names: Structs,
|
||||||
enum_names: Enums,
|
enum_names: Enums,
|
||||||
pending_recursive_types: VecMap<TypeId, Layout<'a>>,
|
pending_recursive_types: VecMap<TypeId, Layout<'a>>,
|
||||||
|
|
|
@ -261,7 +261,6 @@ pub fn gen_from_mono_module_llvm(
|
||||||
exposed_to_host: loaded.exposed_to_host.values.keys().copied().collect(),
|
exposed_to_host: loaded.exposed_to_host.values.keys().copied().collect(),
|
||||||
};
|
};
|
||||||
|
|
||||||
dbg!(21);
|
|
||||||
roc_gen_llvm::llvm::build::build_procedures(
|
roc_gen_llvm::llvm::build::build_procedures(
|
||||||
&env,
|
&env,
|
||||||
opt_level,
|
opt_level,
|
||||||
|
|
|
@ -14,4 +14,4 @@ roc_types = { path = "../types" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
debug-derived-symbols = ["roc_module/debug-symbols"]
|
debug-derived-symbols = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue