Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix(core): remove intermediate llvm save
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Mar 6, 2023
1 parent 737af57 commit f1418ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/sierra/process/corelib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ impl<'a, 'ctx> Compiler<'a, 'ctx> {
"unbox" => self.unbox(libfunc_declaration),
_ => debug!(libfunc_name, "not implemented"),
}
self.module.print_to_file("core/tests/test_data/llvm/test.ll").unwrap()
}

self.debug.next_line();
Expand Down

0 comments on commit f1418ee

Please sign in to comment.