File tree 5 files changed +21
-1
lines changed
src/test/run-make-fulldeps
instrument-coverage-cov-reports-base
instrument-coverage-cov-reports-link-dead-code
pgo-indirect-call-promotion
5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
+ # ignore-windows-gnu
3
+
4
+ # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
5
+ # properly. Since we only have GCC on the CI ignore the test for now.
2
6
3
7
# ISSUE(76038): When targeting MSVC, Rust binaries built with both `-Z instrument-coverage` and
4
8
# `-C link-dead-code` typically crash (with a seg-fault) or at best generate an empty `*.profraw`.
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
2
# ignore-msvc
3
+ # ignore-windows-gnu
4
+
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.
3
7
4
8
# LINK_DEAD_CODE requires ignore-msvc due to Issue #76038
5
9
LINK_DEAD_CODE =yes
@@ -8,4 +12,4 @@ LINK_DEAD_CODE=yes
8
12
9
13
# ISSUE(76038): When targeting MSVC, Rust binaries built with both `-Z instrument-coverage` and
10
14
# `-C link-dead-code` typically crash (with a seg-fault) or at best generate an empty `*.profraw`.
11
- # See ../instrument-coverage/coverage_tools.mk for more information.
15
+ # See ../instrument-coverage/coverage_tools.mk for more information.
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
+ # ignore-windows-gnu
3
+
4
+ # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
5
+ # properly. Since we only have GCC on the CI ignore the test for now.
2
6
3
7
-include ../tools.mk
4
8
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
+ # ignore-windows-gnu
3
+
4
+ # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
5
+ # properly. Since we only have GCC on the CI ignore the test for now.
2
6
3
7
-include ../tools.mk
4
8
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
+ # ignore-windows-gnu
3
+
4
+ # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
5
+ # properly. Since we only have GCC on the CI ignore the test for now.
2
6
3
7
-include ../tools.mk
4
8
You can’t perform that action at this time.
0 commit comments