[PATCH] D33695: [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done right
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 05:36:20 PDT 2017
krytarowski added inline comments.
================
Comment at: lib/Support/Unix/Path.inc:387
+ StringRef fstype(Vfs.f_basetype);
+ // NFS is the only non-local fstype??
+ return !fstype.equals("nfs");
----------------
This is true at least for Illumos.
https://reviews.llvm.org/D33695
More information about the llvm-commits
mailing list