mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add case
This commit is contained in:
parent
b229c70eec
commit
d85158e813
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ fn create_llvm_module<'a>(
|
|||
|
||||
let (main_fn_name, main_fn) = match config.mode {
|
||||
LlvmBackendMode::Binary => unreachable!(),
|
||||
LlvmBackendMode::CliTest => unreachable!(),
|
||||
LlvmBackendMode::WasmGenTest => roc_gen_llvm::llvm::build::build_wasm_test_wrapper(
|
||||
&env,
|
||||
config.opt_level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue