[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:32:10 PDT 2019


jfb marked an inline comment as done.
jfb added a comment.

In D65986#1623283 <https://reviews.llvm.org/D65986#1623283>, @Bigcheese wrote:

> This fix works, but we could also use openat to get around max path length issues.  Windows also has an API that can be used similarly.


Given the type of test we're seeing fail, I'm worried that any other approach would be too invasive.


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