[PATCH] D65986: Allow setting the VFS to 'real' mode instead of default 'physical'

Pavel Labath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 23:46:50 PDT 2019


labath added inline comments.


================
Comment at: clang/test/Driver/vfsmode.py:4
+
+# UNSUPPORTED: system-windows
+
----------------
jfb wrote:
> I'm not sure what the best way to test this on Windows would be, and without a machine handy I can't really test this :-(
Unsupported might be actually correct here. I am not an expert on windows, but I have a vague recollection that there, the platform's maximum path limit applies to the final absolute path of the file, irrespective of how you happen to refer to that file.


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