mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Change "cretonne" to "cranelift".
This commit is contained in:
parent
ef5d16178d
commit
27d90ab1d5
@ -149,7 +149,7 @@ fn verify_func(tcx: TyCtxt, writer: crate::pretty_clif::CommentWriter, func: &Fu
|
||||
err,
|
||||
);
|
||||
tcx.sess
|
||||
.fatal(&format!("cretonne verify error:\n{}", pretty_error));
|
||||
.fatal(&format!("cranelift verify error:\n{}", pretty_error));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user