diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2019-10-09 09:40:22 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2019-10-09 09:40:22 +0000 |
commit | df7ea71c3adf23f056eb0e0b926cef002812fb59 (patch) | |
tree | 9eb2ded67a64553958e512523e28dc9c35bb537b /clang/test/CodeGen/Inputs | |
parent | 9948fe6997bc59e0fbf3535404013784f5cb183d (diff) | |
download | bcm5719-llvm-df7ea71c3adf23f056eb0e0b926cef002812fb59.tar.gz bcm5719-llvm-df7ea71c3adf23f056eb0e0b926cef002812fb59.zip |
Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'
Also revert follow-up changes to the test.
Reason: the patch breaks our internal clang-tidy integration.
It's also unclear why we should use getRealPath instead of plumbing the
VFS to SanitizerBlacklist, see original commit thread of cfe-commits for
a discussion.
llvm-svn: 374151
Diffstat (limited to 'clang/test/CodeGen/Inputs')
-rw-r--r-- | clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml b/clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml deleted file mode 100644 index df2b2218976..00000000000 --- a/clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml +++ /dev/null @@ -1,15 +0,0 @@ -{ - 'version': 0, - 'roots': [ - { 'name': '@DIR@', 'type': 'directory', - 'contents': [ - { 'name': 'only-virtual-file.blacklist', 'type': 'file', - 'external-contents': '@REAL_FILE@' - }, - { 'name': 'invalid-virtual-file.blacklist', 'type': 'file', - 'external-contents': '@NONEXISTENT_FILE@' - } - ] - } - ] -} |