Andreas Klebinger pushed to branch wip/andreask/arm-ffi at Glasgow Haskell Compiler / GHC
Commits:
-
453ee10c
by Andreas Klebinger at 2026-07-03T13:57:28+02:00
1 changed file:
Changes:
| ... | ... | @@ -296,4 +296,4 @@ test('aarch64-sxtw-run', |
| 296 | 296 | multi_compile_and_run,
|
| 297 | 297 | ['aarch64-sxtw-run', [('aarch64-sxtw-cmm.cmm', '')], '-O'])
|
| 298 | 298 | |
| 299 | -test('T27430', [req_c], compile_and_run, ['T27430_c.c']) |
|
| 299 | +test('T27430', [req_c, extra_ways(['optasm'])], compile_and_run, ['T27430_c.c']) |