File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/librustc_codegen_ssa/back Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ pub struct ModuleConfig {
74
74
pub emit_no_opt_bc : bool ,
75
75
pub emit_bc : bool ,
76
76
pub emit_bc_compressed : bool ,
77
- pub emit_lto_bc : bool ,
78
77
pub emit_ir : bool ,
79
78
pub emit_asm : bool ,
80
79
pub emit_obj : bool ,
@@ -116,7 +115,6 @@ impl ModuleConfig {
116
115
emit_pre_lto_bc : false ,
117
116
emit_bc : false ,
118
117
emit_bc_compressed : false ,
119
- emit_lto_bc : false ,
120
118
emit_ir : false ,
121
119
emit_asm : false ,
122
120
emit_obj : false ,
@@ -381,7 +379,6 @@ pub fn start_async_codegen<B: ExtraBackendMethods>(
381
379
modules_config. emit_no_opt_bc = true ;
382
380
modules_config. emit_pre_lto_bc = true ;
383
381
modules_config. emit_bc = true ;
384
- modules_config. emit_lto_bc = true ;
385
382
metadata_config. emit_bc = true ;
386
383
allocator_config. emit_bc = true ;
387
384
}
You can’t perform that action at this time.
0 commit comments