Skip to content

Commit bc0d474

Browse files
committed
Removing the per process file flag to reduce the llvm filemerge time
1 parent 11ac54d commit bc0d474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-run-test-coverage-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export CARGO_INCREMENTAL=0
5757
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
5858
export RUSTDOCFLAGS="-Cpanic=abort"
5959
export RUSTUP_TOOLCHAIN="nightly-gnu"
60-
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%m-%p.profraw"
60+
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%4m.profraw"
6161

6262
# Disable expanded command printing for the rest of the program
6363
set +x

0 commit comments

Comments
 (0)