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