mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
store list in a shorter way
This commit is contained in:
parent
b7d78d9237
commit
2fe590abf4
4 changed files with 41 additions and 50 deletions
|
@ -261,6 +261,7 @@ fn create_llvm_module<'a>(
|
|||
|
||||
// Verify the module
|
||||
if let Err(errors) = env.module.verify() {
|
||||
env.module.print_to_file("/tmp/test.ll").unwrap();
|
||||
panic!("Errors defining module:\n\n{}", errors.to_string());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue