Skip to content

Commit 309aaeb

Browse files
committed
update for latest nightly: sancov -> sancov-module
1 parent 17b7ca1 commit 309aaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
rustup override set nightly
1111

1212
# - enable coverage instrumentation
13-
export RUSTFLAGS="$RUSTFLAGS -C passes=sancov -C llvm-args=-sanitizer-coverage-level=4"
13+
export RUSTFLAGS="$RUSTFLAGS -C passes=sancov-module -C llvm-args=-sanitizer-coverage-level=4"
1414
export RUSTFLAGS="$RUSTFLAGS -C llvm-args=-sanitizer-coverage-trace-compares"
1515
export RUSTFLAGS="$RUSTFLAGS -C llvm-args=-sanitizer-coverage-inline-8bit-counters"
1616
export RUSTFLAGS="$RUSTFLAGS -C llvm-args=-sanitizer-coverage-pc-table"

0 commit comments

Comments
 (0)