about summary refs log tree commit diff
path: root/compiler/rustc_session/src
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_session/src
parent2860f77a0dd30d7edbb374fff49b39b096e298fd (diff)
downloadrust-38e0e8f7bb5060d6a656d0d17dd119f9e3482e67.tar.gz
rust-38e0e8f7bb5060d6a656d0d17dd119f9e3482e67.zip
Remove -Znew-llvm-pass-manager
Diffstat (limited to 'compiler/rustc_session/src')
-rw-r--r--compiler/rustc_session/src/options.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs
index d7f1bc0be84..486c514a4f5 100644
--- a/compiler/rustc_session/src/options.rs
+++ b/compiler/rustc_session/src/options.rs
@@ -1409,8 +1409,6 @@ options! {
         "the size at which the `large_assignments` lint starts to be emitted"),
     mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
         "emit noalias metadata for mutable references (default: yes)"),
-    new_llvm_pass_manager: Option<bool> = (None, parse_opt_bool, [TRACKED],
-        "use new LLVM pass manager (default: no)"),
     nll_facts: bool = (false, parse_bool, [UNTRACKED],
         "dump facts from NLL analysis into side files (default: no)"),
     nll_facts_dir: String = ("nll-facts".to_string(), parse_string, [UNTRACKED],