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:
Oliver Nguyen
2019-10-02 12:06:04 -07:00
parent 41dca08dfc
commit f7421ae9db
2 changed files with 67 additions and 26 deletions

3
scripts/llvm-gcov Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Wrapper script around 'llvm-cov gcov'.
exec llvm-cov gcov $@