commit | 2c03e0448098a82ad47029eb885db4d5e5ca42dc | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Sat Jan 24 15:14:35 2015 -0800 |
committer | Dan Albert <danalbert@google.com> | Sat Jan 24 15:18:01 2015 -0800 |
tree | ceb8824cc27122527de8b3cae01c89f29781cc80 | |
parent | 43e128acfc7ad6cbcf8d21e3e2300ce1d43ef5bd [diff] |
Allow coverage with clang. Note that this doesn't play nicely with acov out of the box. Clang apparently generates .gcno files that aren't compatible with gcov-4.8. This can be solved by installing gcc-4.6 and invoking lcov with `--gcov-tool /usr/bin/gcov-4.6`. http://stackoverflow.com/questions/17758126/clang-code-coverage-invalid-output Change-Id: I79547e1c579fa79db47ff07d5e90c42cedbd5cbb