[libcxx-commits] [PATCH] D92110: [SystemZ][ZOS] Provide PATH_MAX macro for libcxx
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 13 10:38:22 PST 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
In D92110#2496031 <https://reviews.llvm.org/D92110#2496031>, @zibi wrote:
> @ldionne which suggestion do you prefer?
Neither.
The documentation Hubert pointed to clearly mentions that `PATH_MAX ` can be used, so I don't understand the issue. If the issue is that you want to be able to compile libc++ on systems so old that they don't have `PATH_MAX` defined even though the documentation says it is provided, that doesn't sound compelling to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92110/new/
https://reviews.llvm.org/D92110
More information about the libcxx-commits
mailing list