store list in a shorter way

This commit is contained in:
Folkert 2022-07-14 00:26:46 +02:00
parent b7d78d9237
commit 2fe590abf4
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 41 additions and 50 deletions

View file

@ -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());
}