about summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-09-16 16:37:17 -0700
committerJosh Stone <jistone@redhat.com>2022-09-18 13:26:03 -0700
commit38e0e8f7bb5060d6a656d0d17dd119f9e3482e67 (patch)
treef3656bda20aad7ac5321eae2be0b775524adeb96 /compiler/rustc_interface
parent2860f77a0dd30d7edbb374fff49b39b096e298fd (diff)
downloadrust-38e0e8f7bb5060d6a656d0d17dd119f9e3482e67.tar.gz
rust-38e0e8f7bb5060d6a656d0d17dd119f9e3482e67.zip
Remove -Znew-llvm-pass-manager
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index c7615a5775e..2cd959689e6 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -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);