[sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc...
authorKostya Serebryany <kcc@google.com>
Wed, 14 Sep 2016 01:39:49 +0000 (01:39 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 14 Sep 2016 01:39:49 +0000 (01:39 +0000)
commit60cdd6113f5c94f2cf076008ff46e024b35da300
tree7f15c6572825f8d55c74facd7339bf89837ce3f7
parentda718e55cf0bd5f5f2ee5e288ecd707361c46a02
[sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part

llvm-svn: 281432
clang/docs/SanitizerCoverage.rst
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/SanitizerArgs.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Driver/fsanitize-coverage.c