mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Create a linking module
This commit is contained in:
parent
e10b7d1f2c
commit
b432d923b1
4 changed files with 471 additions and 463 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue