[PATCH] D65986: Allow setting the VFS to 'real' mode instead of default 'physical'
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 9 10:04:31 PDT 2019
jfb marked 2 inline comments as done.
jfb added inline comments.
================
Comment at: clang/test/Driver/vfsmode.py:47
+# exceed PATH_MAX.
+assert os.path.exists(file_relative_path)
+assert not os.path.exists(os.path.join(absolute, filename))
----------------
bruno wrote:
> If you want to make this even more explicit, you can also do `assert os.path.exists(file_relative_path), "Your assert message here"`
I updated all the asserts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65986/new/
https://reviews.llvm.org/D65986
More information about the cfe-commits
mailing list