[PATCH] D69648: Add VFS support for sanitizers' blacklist' 2
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 11:11:22 PST 2019
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 calls to native fs with VFS to keep things consistent. Thanks for picking this up!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69648/new/
https://reviews.llvm.org/D69648
More information about the cfe-commits
mailing list