Skip to content

Commit 55faf5a

Browse files
committed
Fix CI to use sancov-module instead of sancov for newer rustc/LLVM
1 parent 689ed3f commit 55faf5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pushd ./example
1111
cargo rustc \
1212
--release \
1313
-- \
14-
-Cpasses='sancov' \
14+
-Cpasses=sancov-module \
1515
-Cllvm-args=-sanitizer-coverage-level=3 \
1616
-Cllvm-args=-sanitizer-coverage-trace-compares \
1717
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \
@@ -26,7 +26,7 @@ pushd ./example_arbitrary
2626
cargo rustc \
2727
--release \
2828
-- \
29-
-Cpasses='sancov' \
29+
-Cpasses=sancov-module \
3030
-Cllvm-args=-sanitizer-coverage-level=3 \
3131
-Cllvm-args=-sanitizer-coverage-trace-compares \
3232
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \
@@ -46,7 +46,7 @@ pushd ./example_mutator
4646
cargo rustc \
4747
--release \
4848
-- \
49-
-Cpasses='sancov' \
49+
-Cpasses=sancov-module \
5050
-Cllvm-args=-sanitizer-coverage-level=3 \
5151
-Cllvm-args=-sanitizer-coverage-trace-compares \
5252
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \

0 commit comments

Comments
 (0)