sort of stable

This commit is contained in:
Folkert 2021-05-13 21:34:22 +02:00
parent c4fc526038
commit ce195034ee
4 changed files with 119 additions and 54 deletions

View file

@ -275,7 +275,7 @@ pub fn helper<'a>(
mode,
);
fn_val.print_to_stderr();
// fn_val.print_to_stderr();
// module.print_to_stderr();
panic!(
@ -311,7 +311,7 @@ pub fn helper<'a>(
}
// Uncomment this to see the module's optimized LLVM instruction output:
env.module.print_to_stderr();
// env.module.print_to_stderr();
let lib = module_to_dylib(&env.module, &target, opt_level)
.expect("Error loading compiled dylib for test");