mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
refactor llvm lowlevel code into its own file
This commit is contained in:
parent
06a49e0255
commit
653741ccde
7 changed files with 2685 additions and 2632 deletions
|
@ -7,7 +7,8 @@ use inkwell::values::BasicValue;
|
|||
use inkwell::AddressSpace;
|
||||
use roc_builtins::bitcode;
|
||||
|
||||
use super::build::{get_sjlj_buffer, LLVM_LONGJMP};
|
||||
use super::build::get_sjlj_buffer;
|
||||
use super::intrinsics::LLVM_LONGJMP;
|
||||
|
||||
/// Define functions for roc_alloc, roc_realloc, and roc_dealloc
|
||||
/// which use libc implementations (malloc, realloc, and free)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue