mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
bake roc_alloc and friends into the dynamic library for glue
This commit is contained in:
parent
d67617e64b
commit
99a3c08911
8 changed files with 52 additions and 36 deletions
|
@ -253,6 +253,7 @@ fn create_llvm_module<'a>(
|
|||
let (main_fn_name, main_fn) = match config.mode {
|
||||
LlvmBackendMode::Binary => unreachable!(),
|
||||
LlvmBackendMode::BinaryDev => unreachable!(),
|
||||
LlvmBackendMode::BinaryGlue => unreachable!(),
|
||||
LlvmBackendMode::CliTest => unreachable!(),
|
||||
LlvmBackendMode::WasmGenTest => roc_gen_llvm::llvm::build::build_wasm_test_wrapper(
|
||||
&env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue