[PATCH] Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
vonosmas at gmail.com
Mon Feb 2 18:17:46 PST 2015
Hi timurrrr,
Allow user to provide multiple blacklists by passing several
-fsanitize-blacklist= options. These options now don't override
default blacklist from Clang resource directory, which is always
applied (which fixes PR22431).
-fno-sanitize-blacklist option now disables all blacklists that
were specified earlier in the command line (including the default
one).
Expand the test case to check that both -fsanitize-blacklist= values are handled.
This change depends on http://reviews.llvm.org/D7367.
http://reviews.llvm.org/D7368
Files:
include/clang/Basic/LangOptions.h
include/clang/Basic/SanitizerBlacklist.h
include/clang/Driver/SanitizerArgs.h
lib/AST/ASTContext.cpp
lib/Basic/LangOptions.cpp
lib/Basic/SanitizerBlacklist.cpp
lib/CodeGen/BackendUtil.cpp
lib/Driver/SanitizerArgs.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/fsanitize-blacklist.c
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7368.19208.patch
Type: text/x-patch
Size: 8903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150203/9ce04de2/attachment.bin>
More information about the cfe-commits
mailing list