Remove unnecessary report_symbol_names call (#113)
rustc_interface already calls it for you
This commit is contained in:
parent
92fbc8f591
commit
1411a98352
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue