[Git][ghc/ghc][wip/sjakobi/T25450-print-cpu] Fix print_enabled_cpu_features_unknown_flag.stderr
Simon Jakobi pushed to branch wip/sjakobi/T25450-print-cpu at Glasgow Haskell Compiler / GHC Commits: a57d2603 by Simon Jakobi at 2026-06-01T16:42:03+02:00 Fix print_enabled_cpu_features_unknown_flag.stderr - - - - - 1 changed file: - testsuite/tests/driver/print_enabled_cpu_features_unknown_flag.stderr Changes: ===================================== testsuite/tests/driver/print_enabled_cpu_features_unknown_flag.stderr ===================================== @@ -1 +1,6 @@ -unrecognised flag: -mavx22 +ghc: unrecognised flag: -mavx22 +did you mean one of: + -mavx2 + -mavx + +Usage: For basic information, try the `--help' option. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a57d2603d61e102fbc104b6ad8e2a7e6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a57d2603d61e102fbc104b6ad8e2a7e6... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Jakobi (@sjakobi2)