Allow printing the version of the default codegen backend if it isn't llvm
This commit is contained in:
parent
f04a2d308e
commit
1870f9b05f
3 changed files with 22 additions and 29 deletions
|
@ -167,6 +167,10 @@ impl CodegenBackend for CraneliftCodegenBackend {
|
|||
vec![]
|
||||
}
|
||||
|
||||
fn print_version(&self) {
|
||||
println!("Cranelift version: {}", cranelift_codegen::VERSION);
|
||||
}
|
||||
|
||||
fn codegen_crate(
|
||||
&self,
|
||||
tcx: TyCtxt<'_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue