]> granicus.if.org Git - clang/commit
Introduce -fsanitize-coverage=N flag
authorKostya Serebryany <kcc@google.com>
Tue, 11 Nov 2014 22:15:07 +0000 (22:15 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 11 Nov 2014 22:15:07 +0000 (22:15 +0000)
commit8b5a561a18eb053740c5308722046716eb70156b
tree6549c39142247614b845ac305cab109c4fd8f063
parent07f5b04be7e51fa08d0c263728d069572b497b97
Introduce -fsanitize-coverage=N flag

Summary:
This change makes the asan-coverge (formerly -mllvm -asan-coverge)
accessible via a clang flag.
Companion patch to LLVM is http://reviews.llvm.org/D6152

Test Plan: regression tests, chromium

Reviewers: samsonov

Reviewed By: samsonov

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221719 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
include/clang/Driver/SanitizerArgs.h
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/SanitizerArgs.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/fsanitize.c