]> granicus.if.org Git - clang/commit
Allow -fsanitize-coverage=N with ubsan, clang part
authorKostya Serebryany <kcc@google.com>
Tue, 6 Jan 2015 01:02:48 +0000 (01:02 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 6 Jan 2015 01:02:48 +0000 (01:02 +0000)
commitac90f48f33a4f6bee809e13061c9c89215152dd3
tree09e1df2bc2881d46ab070ae0a26ea5da68d4badf
parent750c512a9f7661ceb01e995b53f796bfe9486356
Allow -fsanitize-coverage=N with ubsan, clang part

Summary:
Allow -fsanitize-coverage=N with ubsan, clang part.
This simply allows the flag combination.
The LLVM will work out of the box, the compile-rt part
will follow as a separate patch.

Test Plan: check-clang

Reviewers: samsonov

Reviewed By: samsonov

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225229 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/SanitizerArgs.cpp
test/Driver/fsanitize.c