Remove prepare_outputs
This commit is contained in:
parent
41edaac716
commit
9e9c871a78
2 changed files with 11 additions and 23 deletions
|
@ -362,7 +362,7 @@ fn run_compiler(
|
|||
return early_exit();
|
||||
}
|
||||
|
||||
queries.prepare_outputs()?;
|
||||
queries.global_ctxt()?;
|
||||
|
||||
if sess.opts.output_types.contains_key(&OutputType::DepInfo)
|
||||
&& sess.opts.output_types.len() == 1
|
||||
|
@ -370,8 +370,6 @@ fn run_compiler(
|
|||
return early_exit();
|
||||
}
|
||||
|
||||
queries.global_ctxt()?;
|
||||
|
||||
if sess.opts.unstable_opts.no_analysis {
|
||||
return early_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue