Create a linking module

This commit is contained in:
Brian Carroll 2021-11-03 11:45:54 +00:00
parent e10b7d1f2c
commit b432d923b1
4 changed files with 471 additions and 463 deletions

View file

@ -6,7 +6,7 @@ use std::fmt::Debug;
use roc_module::symbol::Symbol;
use super::opcodes::*;
use super::sections::{IndexRelocType, RelocationEntry};
use super::linking::{IndexRelocType, RelocationEntry};
use super::serialize::{SerialBuffer, Serialize};
use crate::{round_up_to_alignment, FRAME_ALIGNMENT_BYTES, STACK_POINTER_GLOBAL_ID};