diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-07-06 17:49:23 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-07-06 17:49:23 +0200 |
| commit | 4cfa1fcb5b566e9bbe24fafb77027a39685dfe6b (patch) | |
| tree | 7fa5ae2669023afe2ab6da77e71be9545d7f87d2 | |
| parent | 135edbf4ba7762ec25e4bfeb04ab17ce893ada23 (diff) | |
| download | rust-4cfa1fcb5b566e9bbe24fafb77027a39685dfe6b.tar.gz rust-4cfa1fcb5b566e9bbe24fafb77027a39685dfe6b.zip | |
Don't pass local_crate_name to link_binary separately
It is already part of CodegenResults
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index b817bf4aff7..ebf98e8694b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -219,7 +219,6 @@ impl CodegenBackend for CraneliftCodegenBackend { sess, &codegen_results, outputs, - &codegen_results.crate_info.local_crate_name.as_str(), ); Ok(()) |
