summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-04-11 15:35:36 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-04-11 15:35:36 +0000
commit14ada94682fd7857e81e8dc58a2b37c309879a04 (patch)
tree7410d7dff8ecc51ff55d085898e90f61f2f93664 /llvm/lib/Support/Unix/Path.inc
parent28397be05985863cf3915aa789e574f63204bb70 (diff)
downloadbcm5719-llvm-14ada94682fd7857e81e8dc58a2b37c309879a04.tar.gz
bcm5719-llvm-14ada94682fd7857e81e8dc58a2b37c309879a04.zip
Fix the build under Debian GNU/Hurd.
Thanks to Pino Toscano for the patch llvm-svn: 154500
Diffstat (limited to 'llvm/lib/Support/Unix/Path.inc')
-rw-r--r--llvm/lib/Support/Unix/Path.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc
index b85b574ce38..ddc1e0f9cec 100644
--- a/llvm/lib/Support/Unix/Path.inc
+++ b/llvm/lib/Support/Unix/Path.inc
@@ -60,6 +60,11 @@
#include <mach-o/dyld.h>
#endif
+// For GNU Hurd
+#if defined(__GNU__) && !defined(MAXPATHLEN)
+# define MAXPATHLEN 4096
+#endif
+
// Put in a hack for Cygwin which falsely reports that the mkdtemp function
// is available when it is not.
#ifdef __CYGWIN__
OpenPOWER on IntegriCloud