diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-01-16 00:31:11 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-01-16 00:31:11 +0000 |
commit | f0f5e870831fc4ac78c18f6fb786a9bea37e8aa9 (patch) | |
tree | 1005fec722fe03d7d5f36aa30bca79eed85dc438 /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | 7f86ca18035a42ce870471e7c63641405f9c9cc0 (diff) | |
download | bcm5719-llvm-f0f5e870831fc4ac78c18f6fb786a9bea37e8aa9.tar.gz bcm5719-llvm-f0f5e870831fc4ac78c18f6fb786a9bea37e8aa9.zip |
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
llvm-svn: 257970
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index 8308a9b6914..ba2d6e91d5b 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMTransformUtils ModuleUtils.cpp PromoteMemoryToRegister.cpp SSAUpdater.cpp + SanitizerStats.cpp SimplifyCFG.cpp SimplifyIndVar.cpp SimplifyInstructions.cpp |