mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Avoid keeping MTWT tables for save-analysis
This commit is contained in:
@@ -246,9 +246,7 @@ macro_rules! controller_entry_point {
|
||||
}
|
||||
|
||||
fn keep_mtwt_tables(sess: &Session) -> bool {
|
||||
sess.opts.debugging_opts.keep_mtwt_tables ||
|
||||
sess.opts.debugging_opts.save_analysis ||
|
||||
sess.opts.debugging_opts.save_analysis_csv
|
||||
sess.opts.debugging_opts.keep_mtwt_tables
|
||||
}
|
||||
|
||||
fn keep_ast(sess: &Session) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user