Patch by Svante Signell & myself
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23913 Build 23912: arc lint + arc unit
Event Timeline
tools/dsymutil/DwarfLinker.cpp | ||
---|---|---|
107 | This seems unnecessary; as far as I can tell, this file doesn't refer to PATH_MAX at all. |
Comment Actions
Debian still proposes a GNU Hurd port of this distro. As LLVM is now key, the porters have been trying to get llvm ported.
This fixes a bunch of issues and make llvm work correctly on gnu hurd.
https://buildd.debian.org/status/logs.php?pkg=llvm-toolchain-6.0&arch=hurd-i386
Comment Actions
LGTM
lib/Support/Unix/Path.inc | ||
---|---|---|
52 | We really shouldn't be using PATH_MAX/MAXPATHLEN at all, but this isn't any worse than what we're already doing. |
We really shouldn't be using PATH_MAX/MAXPATHLEN at all, but this isn't any worse than what we're already doing.