[utils] Generate html reports with the code coverage utility script
authorVedant Kumar <vsk@apple.com>
Mon, 18 Jul 2016 22:50:10 +0000 (22:50 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 18 Jul 2016 22:50:10 +0000 (22:50 +0000)
commit05ee94f1b573e36baee4d36b9885f928e8e66637
treef6cbd2b5399811d043b980b4985692bd24232647
parent9f645ae63b18be693987b6cc9a764aafc7ece409
[utils] Generate html reports with the code coverage utility script

Instead of extracting raw coverage mappings into an artifact directory,
actually generate useful html reports for a given list of binaries with
symbol demangling turned on.

No tests, but this is actively being used to drive the (still nascent)
coverage bot.

llvm-svn: 275927
llvm/utils/prepare-code-coverage-artifact.py