]> granicus.if.org Git - llvm/commit
Add code coverage mapping data, reader, and writer.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 24 Jul 2014 23:55:56 +0000 (23:55 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 24 Jul 2014 23:55:56 +0000 (23:55 +0000)
commit4fbd13626b68fa91c1a8fe89100608682db2f8eb
treed1dc024b96c5f0e81adcf20d9f63e68eda140596
parentfb0326ce1bb5d63ca71751919e8a01093dcc9ab3
Add code coverage mapping data, reader, and writer.

This patch implements the data structures, the reader and
the writers for the new code coverage mapping system.
The new code coverage mapping system uses the instrumentation
based profiling to provide code coverage analysis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213909 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ProfileData/CMakeLists.txt
lib/ProfileData/LLVMBuild.txt