[PATCH] D69648: Add VFS support for sanitizers' blacklist' 2
Jan Korous via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 11:13:37 PST 2019
jkorous marked an inline comment as done.
jkorous 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()) {
----------------
ilya-biryukov wrote:
> Should this call into `VFS`?
Good catch! Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69648/new/
https://reviews.llvm.org/D69648
More information about the llvm-commits
mailing list