Sign in
chromium
/
external
/
github.com
/
memfault
/
memfault-firmware-sdk
/
refs/heads/esp32c3+zephyr-rc1
/
.
/
tests
/
llvm-cov-wrapper.sh
blob: c5e37a46595e1dfdf022d848fdec085e698b9273 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env bash
# Fastcov wants a single executable when issuing gcov commands, but when using
# clang/llvm, we need to call llvm-cov with the 'gcov' command, so hence this
# little wrapper
$
{
LLVM_COV
:-
llvm
-
cov
}
gcov
"$@"