File tree Expand file tree Collapse file tree 7 files changed +29
-1
lines changed
src/test/run-make-fulldeps
instrument-coverage-cov-reports-base
instrument-coverage-cov-reports-link-dead-code
pgo-indirect-call-promotion Expand file tree Collapse file tree 7 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# 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.
26
37# ISSUE(76038): When targeting MSVC, Rust binaries built with both `-Z instrument-coverage` and
48# `-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 11# needs-profiler-support
22# 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.
37
48# LINK_DEAD_CODE requires ignore-msvc due to Issue #76038
59LINK_DEAD_CODE =yes
@@ -8,4 +12,4 @@ LINK_DEAD_CODE=yes
812
913# ISSUE(76038): When targeting MSVC, Rust binaries built with both `-Z instrument-coverage` and
1014# `-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 11# 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.
26
37-include ../tools.mk
48
Original file line number Diff line number Diff line change 11# 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.
26
37-include ../tools.mk
48
Original file line number Diff line number Diff line change 11# 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.
26
37-include ../tools.mk
48
Original file line number Diff line number Diff line change 11# 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.
26
37-include ../tools.mk
48
Original file line number Diff line number Diff line change 11# 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.
26
37-include ../tools.mk
48
You can’t perform that action at this time.
0 commit comments