Extract LayoutIds from roc_gen to roc_mono::layout

This commit is contained in:
Brendan Hansknecht 2020-11-14 17:48:04 -08:00
parent d93e63bbd0
commit 2204ee82d5
8 changed files with 57 additions and 63 deletions

View file

@ -2,9 +2,9 @@ use crate::target;
use bumpalo::Bump;
use inkwell::context::Context;
use inkwell::targets::{CodeModel, FileType, RelocMode};
use roc_gen::layout_id::LayoutIds;
use roc_gen::llvm::build::{build_proc, build_proc_header, module_from_builtins, OptLevel, Scope};
use roc_load::file::MonomorphizedModule;
use roc_mono::layout::LayoutIds;
use std::path::{Path, PathBuf};
use target_lexicon::Triple;