summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/Inputs
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-10-09 09:40:22 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-10-09 09:40:22 +0000
commitdf7ea71c3adf23f056eb0e0b926cef002812fb59 (patch)
tree9eb2ded67a64553958e512523e28dc9c35bb537b /clang/test/CodeGen/Inputs
parent9948fe6997bc59e0fbf3535404013784f5cb183d (diff)
downloadbcm5719-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.yaml15
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@'
- }
- ]
- }
- ]
-}
OpenPOWER on IntegriCloud