mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
support i386 (no linking yet)
This commit is contained in:
parent
2954b582a7
commit
a7eeae05ca
8 changed files with 127 additions and 53 deletions
|
@ -172,7 +172,7 @@ fn create_llvm_module<'a>(
|
|||
}
|
||||
|
||||
let builder = context.create_builder();
|
||||
let module = roc_gen_llvm::llvm::build::module_from_builtins(context, "app", ptr_bytes);
|
||||
let module = roc_gen_llvm::llvm::build::module_from_builtins(target, context, "app");
|
||||
|
||||
let module = arena.alloc(module);
|
||||
let (module_pass, function_pass) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue