[sancov] a simple .symcov coverage report server
authorMike Aizatsky <aizatsky@chromium.org>
Wed, 28 Sep 2016 21:27:58 +0000 (21:27 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Wed, 28 Sep 2016 21:27:58 +0000 (21:27 +0000)
commitfa57bf1b2aaaf8f0b4ba3353a2e1dc35becbde8d
treeb384253023f6888df97254b81e8d374426f96d17
parent32359dbf6b695185aa262dc848f5441dce6efa4e
[sancov] a simple .symcov coverage report server

Coverage reports for gigabyte-sized binaries are huge. There's no
practical reason to generate them statically.

Implementing an experiment http coverage report server. The server
loads .symcov file and serves interactive coverage pages.

llvm-svn: 282637
llvm/tools/sancov/symcov-report-server.py [new file with mode: 0755]