[PATCH] D58801: [Support] Implement is_local_impl with AIX mntctl
Miloš Stojanović via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 10:16:07 PDT 2019
mstojanovic added inline comments.
================
Comment at: llvm/trunk/unittests/Support/Path.cpp:1495
+TEST_F(FileSystemTest, is_local) {
+ bool TestDirectoryIsLocal;
----------------
This test fails if `/tmp` in on an nfs. I believe the original test was removed in rL297260 for the same reason.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58801/new/
https://reviews.llvm.org/D58801
More information about the llvm-commits
mailing list