Ben Gamari pushed to branch wip/T25716 at Glasgow Haskell Compiler / GHC
Commits:
-
65e1e593
by Ben Gamari at 2025-07-09T20:31:46+00:00
1 changed file:
Changes:
... | ... | @@ -5,7 +5,11 @@ test('recomp015', |
5 | 5 | # See ticket:11022#comment:7
|
6 | 6 | unless(opsys('linux') or opsys('solaris2') or opsys('openbsd'), skip),
|
7 | 7 | when(arch('arm'), skip),
|
8 | - js_skip # JS backend doesn't support .s assembly files
|
|
8 | + js_skip, # JS backend doesn't support .s assembly files
|
|
9 | + |
|
10 | + # the linker sometimes throws warnings since we don't
|
|
11 | + # generate a .note.GNU-stack section
|
|
12 | + ignore_stderr,
|
|
9 | 13 | ],
|
10 | 14 | makefile_test, [])
|
11 | 15 |