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

2019-11-19 Thread Jan Korous via Phabricator via cfe-commits
jkorous added a comment. Ahh, right. I originally wanted to support `-ivfsoverlay` in Driver as it seemed reasonable to check the existence of blacklist in Driver and open it in cc1 using the same fs. I got talked out of it and I didn't touch the Driver but seems like I should've replaced the c

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

2019-11-19 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov added a comment. It turned out there are more places that attempt to construct `SpecialCaseList` and access corresponding file via the usual filesystem APIs. D70440 should take care of those. Repository: rG LLVM Github Monorepo CHANGES SINCE LA

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

2019-11-08 Thread Jan Korous via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG590f279c456b: [clang] Add VFS support for sanitizers' blacklists (authored by jkorous). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo CHANGE