[PATCH] D53409: Add support for GNU Hurd in Path.inc and other places
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 22 13:24:46 PDT 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Support/Unix/Path.inc:52
# define PATH_MAX 4096
+# define MAXPATHLEN 4096
#endif
----------------
We really shouldn't be using PATH_MAX/MAXPATHLEN at all, but this isn't any worse than what we're already doing.
Repository:
rL LLVM
https://reviews.llvm.org/D53409
More information about the llvm-commits
mailing list