1
Fork 0

Don't pass local_crate_name to link_binary separately

It is already part of CodegenResults
This commit is contained in:
bjorn3 2021-07-06 17:49:23 +02:00
parent 5aaa953dcc
commit 56ee9864c1
3 changed files with 7 additions and 9 deletions

View file

@ -219,7 +219,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
sess,
&codegen_results,
outputs,
&codegen_results.crate_info.local_crate_name.as_str(),
);
Ok(())