Skip to content

Commit c4f50fb

Browse files
mominulbjorn3
andauthored
Update the error messsage
Co-authored-by: bjorn3 <[email protected]>
1 parent 8eb96b8 commit c4f50fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fn build_isa(sess: &Session, backend_config: &BackendConfig) -> Box<dyn isa::Tar
281281
Some(value) => {
282282
let mut builder = cranelift_codegen::isa::lookup_variant(target_triple, variant).unwrap();
283283
if let Err(_) = builder.enable(value) {
284-
sess.fatal("The target cpu isn't currently supported by Cranelift.");
284+
sess.fatal("The specified target cpu isn't currently supported by Cranelift.");
285285
}
286286
builder
287287
}

0 commit comments

Comments
 (0)