Update acov script to handle new coverage file locations.
Test: Build with native coverage and run acov, check report contents. Change-Id: I47afd35216cfcc7df7da2378cccdf8dba23bd8e2
This commit is contained in:
3
scripts/llvm-gcov
Executable file
3
scripts/llvm-gcov
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script around 'llvm-cov gcov'.
|
||||
exec llvm-cov gcov $@
|
||||
Reference in New Issue
Block a user