Simon Jakobi pushed to branch wip/sjakobi/T25450-march-native at Glasgow Haskell Compiler / GHC
Commits:
-
4b1a49cc
by Simon Jakobi at 2026-06-02T23:25:22+02:00
1 changed file:
Changes:
| ... | ... | @@ -281,7 +281,7 @@ test('march_native', |
| 281 | 281 | # On non-x86 targets -march=native must be rejected.
|
| 282 | 282 | test('march_native_unsupported_arch',
|
| 283 | 283 | [when(arch('x86_64') or arch('i386'), skip),
|
| 284 | - normalise_fun(normalise_march_native_error), exit_code(1)],
|
|
| 284 | + normalise_errmsg_fun(normalise_march_native_error), exit_code(1)],
|
|
| 285 | 285 | run_command,
|
| 286 | 286 | ['{compiler} -march=native --print-enabled-cpu-features'])
|
| 287 | 287 |