[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
Fri Oct 19 11:58:27 PDT 2018


efriedma added inline comments.


================
Comment at: tools/dsymutil/DwarfLinker.cpp:107
+# define PATH_MAX 4096
+#endif
+
----------------
This seems unnecessary; as far as I can tell, this file doesn't refer to PATH_MAX at all.


Repository:
  rL LLVM

https://reviews.llvm.org/D53409





More information about the llvm-commits mailing list