Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4cfa1fc

Browse files
committed
Don't pass local_crate_name to link_binary separately
It is already part of CodegenResults
1 parent 135edbf commit 4cfa1fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
219219
sess,
220220
&codegen_results,
221221
outputs,
222-
&codegen_results.crate_info.local_crate_name.as_str(),
223222
);
224223

225224
Ok(())

0 commit comments

Comments
 (0)