[PATCH] D65986: Allow setting the VFS to 'real' mode instead of default 'physical'
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 9 09:55:01 PDT 2019
bruno accepted this revision.
bruno added a comment.
LGTM
================
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))
----------------
If you want to make this even more explicit, you can also do `assert os.path.exists(file_relative_path), "Your assert message here"`
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