Skip to content

Commit

Permalink
Remove unnecessary report_symbol_names call (#113)
Browse files Browse the repository at this point in the history
rustc_interface already calls it for you
  • Loading branch information
bjorn3 authored and antoyo committed Dec 30, 2021
1 parent 92fbc8f commit 1411a98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ impl CodegenBackend for GccCodegenBackend {
let target_cpu = target_cpu(tcx.sess);
let res = codegen_crate(self.clone(), tcx, target_cpu.to_string(), metadata, need_metadata_module);

rustc_symbol_mangling::test::report_symbol_names(tcx);

Box::new(res)
}

Expand Down

0 comments on commit 1411a98

Please sign in to comment.