]> granicus.if.org Git - clang/commit
[Driver] Add SafeStack to a map of incompatible sanitizers
authorPetr Hosek <phosek@chromium.org>
Tue, 27 Feb 2018 00:01:26 +0000 (00:01 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 27 Feb 2018 00:01:26 +0000 (00:01 +0000)
commitcbea211dd542dab0b088a4cbe7aaa1ddb29623ec
tree08d92657e2f071a3b0a1f3d35a2fef9f53c1af26
parent3f227f45a82a2d8529610fedb0c645c80fc9b9b4
[Driver] Add SafeStack to a map of incompatible sanitizers

This allows reporting an error when user tries to use SafeStack with
incompatible sanitizers.

Differential Revision: https://reviews.llvm.org/D43606

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