[PATCH] D46345: [Support] Support building LLVM for Fuchsia
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 10:59:46 PDT 2018
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
lgtm with a comment
================
Comment at: llvm/lib/Support/Unix/Path.inc:368
return false;
+#elif defined(__Fuchsia__)
+ return true;
----------------
Comment something like "Fuchsia doesn't support remote filesystem mounts so far."
Repository:
rL LLVM
https://reviews.llvm.org/D46345
More information about the llvm-commits
mailing list