Validate and test -Zmir-enable-passes

This commit is contained in:
clubby789 2024-11-11 16:36:00 +00:00
parent 2a9cc8f4d6
commit 94371d5a8c
9 changed files with 75 additions and 5 deletions

View file

@ -90,7 +90,6 @@ macro_rules! declare_passes {
)+
)*
#[cfg(debug_assertions)]
static PASS_NAMES: LazyLock<Vec<String>> = LazyLock::new(|| vec![
// Fake marker pass
"PreCodegen".to_string(),