[PATCH] D69648: Add VFS support for sanitizers' blacklist' 2

Jan Korous via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 15:48:33 PDT 2019


jkorous created this revision.
jkorous added reviewers: arphaman, kubamracek, delcypher, JDevlieghere, ilya-biryukov, sammccall.
Herald added subscribers: llvm-commits, dexonsmith, hiraditya.
Herald added a project: LLVM.

This is another approach to using VFS for blacklists.

The previous one got reverted as it didn't work with in-memory file systems.
https://reviews.llvm.org/D67742

Adding original reviewers + people who got broken by the previous version.


https://reviews.llvm.org/D69648

Files:
  clang/include/clang/Basic/SanitizerSpecialCaseList.h
  clang/lib/AST/ASTContext.cpp
  clang/lib/Basic/SanitizerBlacklist.cpp
  clang/lib/Basic/SanitizerSpecialCaseList.cpp
  clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml
  clang/test/CodeGen/ubsan-blacklist-vfs.c
  llvm/lib/Support/SpecialCaseList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69648.227187.patch
Type: text/x-patch
Size: 7152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191030/f8992ef9/attachment.bin>


More information about the llvm-commits mailing list