File tree 8 files changed +0
-28
lines changed
src/tools/compiletest/src
pgo-indirect-call-promotion
8 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -1010,9 +1010,6 @@ fn iter_header(
1010
1010
if mode == Mode :: CoverageRun {
1011
1011
let extra_directives: & [ & str ] = & [
1012
1012
"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" ,
1016
1013
// FIXME(pietroalbini): this test currently does not work on cross-compiled
1017
1014
// targets because remote-test is not capable of sending back the *.profraw
1018
1015
// files generated by the LLVM instrumentation.
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
PROFILE_DIR =$(TMPDIR ) /profiles
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
# For some very small programs GNU ld seems to not properly handle
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
COMPILE_FLAGS=-Copt-level =3 -Clto=fat -Cprofile-generate="$(TMPDIR ) "
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
COMPILE_FLAGS =-g -Cprofile-generate="$(TMPDIR ) "
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
all :
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
# ignore-cross-compile
4
3
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
-
8
4
include ../tools.mk
9
5
10
6
# This test makes sure that PGO profiling data leads to cold functions being
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
- # ignore-windows-gnu
3
2
4
3
include ../tools.mk
5
4
You can’t perform that action at this time.
0 commit comments