[PATCH] D69648: Add VFS support for sanitizers' blacklist' 2
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 03:40:04 PST 2019
ilya-biryukov added inline comments.
================
Comment at: llvm/lib/Support/SpecialCaseList.cpp:102
ErrorOr<std::unique_ptr<MemoryBuffer>> FileOrErr =
MemoryBuffer::getFile(Path);
if (std::error_code EC = FileOrErr.getError()) {
----------------
Should this call into `VFS`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69648/new/
https://reviews.llvm.org/D69648
More information about the llvm-commits
mailing list