summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/coverage-spanview-deadcode/Makefile
blob: 826e85b35e5ff46de6047f7a09f567354c89b1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
# needs-profiler-support
# ignore-msvc

# LINK_DEAD_CODE requires ignore-msvc due to Issue #76038
LINK_DEAD_CODE=yes

-include ../coverage-spanview-base/Makefile

# ISSUE(76038): When targeting MSVC, Rust binaries built with both `-Z instrument-coverage` and
# `-C link-dead-code` typically crash (with a seg-fault) or at best generate an empty `*.profraw`.
# See ../coverage/coverage_tools.mk for more information.