Skip to content

Commit f6c9c1a

Browse files
committed
Removed -base from run-make-fulldeps/coverage-*-base
In preparation for removing the -deadcode variants
1 parent c45ee4b commit f6c9c1a

File tree

236 files changed

+161
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+161
-161
lines changed

src/test/run-make-fulldeps/coverage-llvmir-deadcode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LINK_DEAD_CODE requires ignore-msvc due to Issue #76038
55
LINK_DEAD_CODE=yes
66

7-
-include ../coverage-llvmir-base/Makefile
7+
-include ../coverage-llvmir/Makefile
88

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

src/test/run-make-fulldeps/coverage-llvmir-base/Makefile renamed to src/test/run-make-fulldeps/coverage-llvmir/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
-include ../coverage/coverage_tools.mk
88

9-
BASEDIR=../coverage-llvmir-base
9+
BASEDIR=../coverage-llvmir
1010

1111
ifeq ($(UNAME),Darwin)
1212
INSTR_PROF_DATA_SUFFIX=,regular,live_support

src/test/run-make-fulldeps/coverage-reports-deadcode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# LINK_DEAD_CODE requires ignore-msvc due to Issue #76038
99
LINK_DEAD_CODE=yes
1010

11-
-include ../coverage-reports-base/Makefile
11+
-include ../coverage-reports/Makefile
1212

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

src/test/run-make-fulldeps/coverage-reports-base/Makefile renamed to src/test/run-make-fulldeps/coverage-reports/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
-include ../coverage/coverage_tools.mk
1212

13-
BASEDIR=../coverage-reports-base
13+
BASEDIR=../coverage-reports
1414
SOURCEDIR=../coverage
1515

1616
# The `llvm-cov show` flag `--debug`, used to generate the `counters` output files, is only enabled

0 commit comments

Comments
 (0)