Don't pass local_crate_name to link_binary separately
It is already part of CodegenResults
This commit is contained in:
parent
135edbf4ba
commit
4cfa1fcb5b
@ -219,7 +219,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
|
||||
sess,
|
||||
&codegen_results,
|
||||
outputs,
|
||||
&codegen_results.crate_info.local_crate_name.as_str(),
|
||||
);
|
||||
|
||||
Ok(())
|
||||
|
Loading…
x
Reference in New Issue
Block a user