Skip to content

Commit 2b13128

Browse files
authored
Rollup merge of #114958 - ferrocene:optimization-remarks-dir-pgo, r=lqd
`ignore-cross-compile` on `optimization-remarks-dir-pgo` test We noticed this on our upstream pull on ferrocene a week ago as it was failing our CI. The test attempts to run the produced binary which won't work when cross compiling.
2 parents 0e609c4 + fb148f6 commit 2b13128

File tree

1 file changed

+1
-0
lines changed
  • tests/run-make/optimization-remarks-dir-pgo

1 file changed

+1
-0
lines changed

tests/run-make/optimization-remarks-dir-pgo/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# needs-profiler-support
22
# ignore-windows-gnu
3+
# ignore-cross-compile
34

45
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
56
# properly. Since we only have GCC on the CI ignore the test for now.

0 commit comments

Comments
 (0)