[PATCH] D30010: Improve the robustness of mmap

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 13:50:36 PST 2017


ruiu added inline comments.


================
Comment at: llvm/lib/Support/Unix/Path.inc:346
 
+static std::error_code is_local_impl(struct STATVFS &Vfs, bool &Result) {
+#if defined(__linux__)
----------------
Does this function return other than std::error_code()?


https://reviews.llvm.org/D30010





More information about the llvm-commits mailing list