[PATCH] D70440: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 06:43:21 PST 2019
ilya-biryukov added inline comments.
Herald added a subscriber: ormris.
================
Comment at: clang/unittests/Driver/SanitizerArgsTest.cpp:100
+ Contains(StrEq(std::string("-fsanitize-system-blacklist=") +
+ ASanBlacklist)));
+ // User blacklists should also be added.
----------------
I'm pretty sure this is going to fail on Windows, looking for ideas on how to unify this with minimal code...
Let me know if there's some cool trick for this that I should know...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70440/new/
https://reviews.llvm.org/D70440
More information about the cfe-commits
mailing list