1
Fork 0

Remove -Znew-llvm-pass-manager

This commit is contained in:
Josh Stone 2022-09-16 16:37:17 -07:00
parent 2860f77a0d
commit 38e0e8f7bb
8 changed files with 3 additions and 13 deletions

View file

@ -758,7 +758,6 @@ fn test_unstable_options_tracking_hash() {
tracked!(mir_opt_level, Some(4));
tracked!(move_size_limit, Some(4096));
tracked!(mutable_noalias, Some(true));
tracked!(new_llvm_pass_manager, Some(true));
tracked!(no_generate_arange_section, true);
tracked!(no_link, true);
tracked!(no_unique_section_names, true);