File tree Expand file tree Collapse file tree 8 files changed +0
-28
lines changed
src/tools/compiletest/src
pgo-indirect-call-promotion Expand file tree Collapse file tree 8 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -1010,9 +1010,6 @@ fn iter_header(
10101010 if mode == Mode :: CoverageRun {
10111011 let extra_directives: & [ & str ] = & [
10121012 "needs-profiler-support" ,
1013- // FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
1014- // properly. Since we only have GCC on the CI ignore the test for now.
1015- "ignore-windows-gnu" ,
10161013 // FIXME(pietroalbini): this test currently does not work on cross-compiled
10171014 // targets because remote-test is not capable of sending back the *.profraw
10181015 // files generated by the LLVM instrumentation.
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106PROFILE_DIR =$(TMPDIR ) /profiles
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106# For some very small programs GNU ld seems to not properly handle
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106COMPILE_FLAGS=-Copt-level =3 -Clto=fat -Cprofile-generate="$(TMPDIR ) "
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106COMPILE_FLAGS =-g -Cprofile-generate="$(TMPDIR ) "
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106all :
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32# ignore-cross-compile
43
5- # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
6- # properly. Since we only have GCC on the CI ignore the test for now.
7-
84include ../tools.mk
95
106# This test makes sure that PGO profiling data leads to cold functions being
Original file line number Diff line number Diff line change 11# needs-profiler-support
2- # ignore-windows-gnu
32
43include ../tools.mk
54
You can’t perform that action at this time.
0 commit comments