OSDN Git Service

Introduce sanstats tool and llvm::CreateSanitizerStatReport function.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 16 Jan 2016 00:31:11 +0000 (00:31 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 16 Jan 2016 00:31:11 +0000 (00:31 +0000)
commit32abccb30dc397cdafb4510426230d870d5d807b
treed7c29617de4b4e44e70784e482300ee679454b06
parentf307ec37d100cbf3313fa0cae201508e11bd2823
Introduce sanstats tool and llvm::CreateSanitizerStatReport function.

This is part of a new statistics gathering feature for the sanitizers.
See clang/docs/SanitizerStats.rst for further info and docs.

Differential Revision: http://reviews.llvm.org/D16174

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257970 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/SanitizerStats.h [new file with mode: 0644]
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/SanitizerStats.cpp [new file with mode: 0644]
test/CMakeLists.txt
test/lit.cfg
test/tools/sanstats/elf.test [new file with mode: 0644]
tools/Makefile
tools/sanstats/CMakeLists.txt [new file with mode: 0644]
tools/sanstats/Makefile [new file with mode: 0644]
tools/sanstats/sanstats.cpp [new file with mode: 0644]