We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec92c3e commit 9165542Copy full SHA for 9165542
src/driver/aot.rs
@@ -108,6 +108,8 @@ impl OngoingCodegen {
108
109
self.concurrency_limiter.finished();
110
111
+ sess.abort_if_errors();
112
+
113
(
114
CodegenResults {
115
modules,
@@ -411,8 +413,6 @@ pub(crate) fn run_aot(
411
413
.collect::<Vec<_>>()
412
414
});
415
- tcx.sess.abort_if_errors();
-
416
let mut allocator_module = make_module(tcx.sess, &backend_config, "allocator_shim".to_string());
417
let mut allocator_unwind_context = UnwindContext::new(allocator_module.isa(), true);
418
let created_alloc_shim =
0 commit comments