We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9024b26 + b9bc512 commit 0a94f16Copy full SHA for 0a94f16
envcov.sh
@@ -16,5 +16,5 @@ OBJ_DIR=${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}
16
17
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
18
LCOV() {
19
- ${LCOV_PATH}/lcov $* --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
+ ${LCOV_PATH}/lcov "$@" --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
20
}
llvm-cov-wrapper.sh
@@ -9,5 +9,5 @@ if [ "$1" = "-v" ]; then
9
echo "llvm-cov-wrapper 4.2.1"
10
exit 0
11
else
12
- /usr/bin/gcov $*
+ /usr/bin/gcov "$@"
13
fi
0 commit comments