mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 12:33:45 +00:00
Problem fixed upstream
This commit is contained in:
parent
f63c3a2a29
commit
a7a28680ed
32
debian/patches/29-hurd.diff
vendored
32
debian/patches/29-hurd.diff
vendored
@ -1,32 +0,0 @@
|
||||
Index: llvm-toolchain_3.3~svn179457/clang/lib/Lex/HeaderSearch.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain_3.3~svn179457.orig/clang/lib/Lex/HeaderSearch.cpp 2013-03-21 02:08:50.000000000 +0100
|
||||
+++ llvm-toolchain_3.3~svn179457/clang/lib/Lex/HeaderSearch.cpp 2013-04-13 10:29:33.101932282 +0200
|
||||
@@ -28,6 +28,11 @@
|
||||
#endif
|
||||
using namespace clang;
|
||||
|
||||
+// For GNU Hurd
|
||||
+#if defined(__GNU__) && !defined(PATH_MAX)
|
||||
+# define PATH_MAX 4096
|
||||
+#endif
|
||||
+
|
||||
const IdentifierInfo *
|
||||
HeaderFileInfo::getControllingMacro(ExternalIdentifierLookup *External) {
|
||||
if (ControllingMacro)
|
||||
Index: llvm-toolchain_3.3~svn179457/clang/lib/Lex/ModuleMap.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain_3.3~svn179457.orig/clang/lib/Lex/ModuleMap.cpp 2013-03-20 22:10:35.000000000 +0100
|
||||
+++ llvm-toolchain_3.3~svn179457/clang/lib/Lex/ModuleMap.cpp 2013-04-13 10:29:33.101932282 +0200
|
||||
@@ -35,6 +35,11 @@
|
||||
#endif
|
||||
using namespace clang;
|
||||
|
||||
+// For GNU Hurd
|
||||
+#if defined(__GNU__) && !defined(PATH_MAX)
|
||||
+# define PATH_MAX 4096
|
||||
+#endif
|
||||
+
|
||||
Module::ExportDecl
|
||||
ModuleMap::resolveExport(Module *Mod,
|
||||
const Module::UnresolvedExportDecl &Unresolved,
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -6,7 +6,6 @@
|
||||
27-fix_clang_stdint.diff
|
||||
26-set-correct-float-abi.diff
|
||||
profile_rt.diff
|
||||
29-hurd.diff
|
||||
30-kfreebsd.diff
|
||||
0003-Debian-version-info-and-bugreport.patch
|
||||
0021-shared-lib-debian.patch
|
||||
|
Loading…
Reference in New Issue
Block a user