diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-03-17 12:12:38 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-14 13:31:46 +1000 |
| commit | 2646db92fe210df64f48a09d5eab3793f41dc9ce (patch) | |
| tree | 159ea3e0da606330aee2d08db91c583c095fd1b6 /tests/run-make/pgo-use | |
| parent | 3f3b8bb1ca3fc4106fdbdc5106f3924db441a51a (diff) | |
Remove `//@ ignore-windows-gnu` from tests that need the profiler
The profiler runtime is no longer built in mingw test jobs, so these tests should naturally be skipped by `//@ needs-profiler-support`.
Diffstat (limited to 'tests/run-make/pgo-use')
| -rw-r--r-- | tests/run-make/pgo-use/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/run-make/pgo-use/Makefile b/tests/run-make/pgo-use/Makefile index 9f440118dae..92098a4019c 100644 --- a/tests/run-make/pgo-use/Makefile +++ b/tests/run-make/pgo-use/Makefile @@ -1,10 +1,6 @@ # needs-profiler-support -# ignore-windows-gnu # ignore-cross-compile -# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works -# properly. Since we only have GCC on the CI ignore the test for now. - include ../tools.mk # This test makes sure that PGO profiling data leads to cold functions being |
