File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# version during testing, with an additional directive at the top of this file
7
7
# that sets, for example: `min-llvm-version: 12.0`
8
8
9
- - include ../coverage/coverage_tools.mk
9
+ include ../coverage/coverage_tools.mk
10
10
11
11
BASEDIR =../coverage-llvmir
12
12
Original file line number Diff line number Diff line change 10
10
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
11
11
# properly. Since we only have GCC on the CI ignore the test for now.
12
12
13
- - include ../coverage/coverage_tools.mk
13
+ include ../coverage/coverage_tools.mk
14
14
15
15
BASEDIR =../coverage-reports
16
16
SOURCEDIR =../coverage
Original file line number Diff line number Diff line change 1
1
# Common Makefile include for Rust `run-make/coverage-* tests. Include this
2
2
# file with the line:
3
3
#
4
- # - include ../coverage/coverage_tools.mk
4
+ # include ../coverage/coverage_tools.mk
5
5
6
- - include ../tools.mk
6
+ include ../../run-make-fulldeps /tools.mk
You can’t perform that action at this time.
0 commit comments