[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
Tue May 30 16:21:12 PDT 2017
krytarowski added a comment.
Looks correct, in theory f_flag could be investigated, but there are no exported values to userspace.
The same solution is used in LibreOffice: https://github.com/LibreOffice/core/blob/35f3759e5ca44bc7bc8f275833e1be54494c5ff3/sal/osl/unx/file_volume.cxx#L177
I don't see a better way to handle it.
https://reviews.llvm.org/D33695
More information about the llvm-commits
mailing list