Skip to content

Commit

Permalink
Fix CI to use sancov-module instead of sancov for newer rustc/LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jan 25, 2022
1 parent 689ed3f commit 55faf5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pushd ./example
cargo rustc \
--release \
-- \
-Cpasses='sancov' \
-Cpasses=sancov-module \
-Cllvm-args=-sanitizer-coverage-level=3 \
-Cllvm-args=-sanitizer-coverage-trace-compares \
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \
Expand All @@ -26,7 +26,7 @@ pushd ./example_arbitrary
cargo rustc \
--release \
-- \
-Cpasses='sancov' \
-Cpasses=sancov-module \
-Cllvm-args=-sanitizer-coverage-level=3 \
-Cllvm-args=-sanitizer-coverage-trace-compares \
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \
Expand All @@ -46,7 +46,7 @@ pushd ./example_mutator
cargo rustc \
--release \
-- \
-Cpasses='sancov' \
-Cpasses=sancov-module \
-Cllvm-args=-sanitizer-coverage-level=3 \
-Cllvm-args=-sanitizer-coverage-trace-compares \
-Cllvm-args=-sanitizer-coverage-inline-8bit-counters \
Expand Down

0 comments on commit 55faf5a

Please sign in to comment.