File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
33for path in /usr/lib/llvm-3.9/lib/clang/3.9.[0-9]/lib/linux/; do LLVM_PATH=$path ; done
4- export OPTIONS=" -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -C panic=abort -L$LLVM_PATH -lclang_rt.profile-x86_64"
5- export COVERAGE_OPTIONS=" -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Cpasses=insert-gcov-profiling -C panic=abort -L$LLVM_PATH -lclang_rt.profile-x86_64"
4+ export OPTIONS=" -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -C panic=abort -Zpanic_abort_tests - L$LLVM_PATH -lclang_rt.profile-x86_64"
5+ export COVERAGE_OPTIONS=" -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Cpasses=insert-gcov-profiling -C panic=abort -Zpanic_abort_tests - L$LLVM_PATH -lclang_rt.profile-x86_64"
66export CARGO_INCREMENTAL=0
77
88LCOVOPT=" --gcov-tool ./ci/llvm-gcov --rc lcov_branch_coverage=1 --rc lcov_excl_line=assert"
You can’t perform that action at this time.
0 commit comments