mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
wip
This commit is contained in:
parent
e9c2e116d4
commit
14da3906da
9 changed files with 360 additions and 26 deletions
|
@ -273,6 +273,9 @@ pub fn gen(
|
|||
}
|
||||
}
|
||||
|
||||
// Uncomment this to see the module's optimized LLVM instruction output:
|
||||
// env.module.print_to_stderr();
|
||||
|
||||
mpm.run_on(module);
|
||||
|
||||
// Verify the module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue