OSDN Git Service

Revert "[llvm-cov] Add support for exporting coverage data to JSON"
authorVedant Kumar <vsk@apple.com>
Tue, 26 Jul 2016 21:55:39 +0000 (21:55 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 26 Jul 2016 21:55:39 +0000 (21:55 +0000)
commit63d80be9362d45bed2627897ea212b5309a52a12
tree69c117110413f33ec166a2e21ea64455cd1632af
parentad0f5f6b52be14227b38274f3f41ac65a32b206b
Revert "[llvm-cov] Add support for exporting coverage data to JSON"

This reverts commit r276813. The Windows bots are complaining about some
of the filename regexes in the tests:

  http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/5299

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276816 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
docs/CommandGuide/llvm-cov.rst
test/tools/llvm-cov/Inputs/binary-formats.canonical.json [deleted file]
test/tools/llvm-cov/Inputs/highlightedRanges.json [deleted file]
test/tools/llvm-cov/Inputs/lineExecutionCounts.json [deleted file]
test/tools/llvm-cov/Inputs/regionMarkers.json [deleted file]
test/tools/llvm-cov/Inputs/showExpansions.json [deleted file]
test/tools/llvm-cov/Inputs/universal-binary.json [deleted file]
test/tools/llvm-cov/binary-formats.c
test/tools/llvm-cov/showExpansions.cpp
test/tools/llvm-cov/showHighlightedRanges.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showRegionMarkers.cpp
test/tools/llvm-cov/universal-binary.c
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageExporterJson.cpp [deleted file]
tools/llvm-cov/llvm-cov.cpp