mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 14:47:38 +00:00
rebase of the patch
This commit is contained in:
parent
dbf18c1cf5
commit
57416c6a15
28
debian/patches/hurd/hurd-pathmax.diff
vendored
28
debian/patches/hurd/hurd-pathmax.diff
vendored
@ -1,9 +1,9 @@
|
|||||||
Index: llvm-toolchain-snapshot_10~svn370025/clang/lib/Basic/FileManager.cpp
|
Index: llvm-toolchain-snapshot_10~svn370407/clang/lib/Basic/FileManager.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_10~svn370025.orig/clang/lib/Basic/FileManager.cpp
|
--- llvm-toolchain-snapshot_10~svn370407.orig/clang/lib/Basic/FileManager.cpp
|
||||||
+++ llvm-toolchain-snapshot_10~svn370025/clang/lib/Basic/FileManager.cpp
|
+++ llvm-toolchain-snapshot_10~svn370407/clang/lib/Basic/FileManager.cpp
|
||||||
@@ -512,6 +512,12 @@ void FileManager::invalidateCache(const
|
@@ -498,6 +498,12 @@ FileManager::getNoncachedStatValue(Strin
|
||||||
UniqueRealFiles.erase(Entry->getUniqueID());
|
return std::error_code();
|
||||||
}
|
}
|
||||||
|
|
||||||
+// For GNU Hurd
|
+// For GNU Hurd
|
||||||
@ -15,10 +15,10 @@ Index: llvm-toolchain-snapshot_10~svn370025/clang/lib/Basic/FileManager.cpp
|
|||||||
void FileManager::GetUniqueIDMapping(
|
void FileManager::GetUniqueIDMapping(
|
||||||
SmallVectorImpl<const FileEntry *> &UIDToFiles) const {
|
SmallVectorImpl<const FileEntry *> &UIDToFiles) const {
|
||||||
UIDToFiles.clear();
|
UIDToFiles.clear();
|
||||||
Index: llvm-toolchain-snapshot_10~svn370025/lldb/include/lldb/lldb-defines.h
|
Index: llvm-toolchain-snapshot_10~svn370407/lldb/include/lldb/lldb-defines.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_10~svn370025.orig/lldb/include/lldb/lldb-defines.h
|
--- llvm-toolchain-snapshot_10~svn370407.orig/lldb/include/lldb/lldb-defines.h
|
||||||
+++ llvm-toolchain-snapshot_10~svn370025/lldb/include/lldb/lldb-defines.h
|
+++ llvm-toolchain-snapshot_10~svn370407/lldb/include/lldb/lldb-defines.h
|
||||||
@@ -27,6 +27,11 @@
|
@@ -27,6 +27,11 @@
|
||||||
#define INT32_MAX 2147483647
|
#define INT32_MAX 2147483647
|
||||||
#endif
|
#endif
|
||||||
@ -31,10 +31,10 @@ Index: llvm-toolchain-snapshot_10~svn370025/lldb/include/lldb/lldb-defines.h
|
|||||||
#if !defined(UINT32_MAX)
|
#if !defined(UINT32_MAX)
|
||||||
#define UINT32_MAX 4294967295U
|
#define UINT32_MAX 4294967295U
|
||||||
#endif
|
#endif
|
||||||
Index: llvm-toolchain-snapshot_10~svn370025/tools/dsymutil/DwarfLinker.cpp
|
Index: llvm-toolchain-snapshot_10~svn370407/tools/dsymutil/DwarfLinker.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_10~svn370025.orig/tools/dsymutil/DwarfLinker.cpp
|
--- llvm-toolchain-snapshot_10~svn370407.orig/tools/dsymutil/DwarfLinker.cpp
|
||||||
+++ llvm-toolchain-snapshot_10~svn370025/tools/dsymutil/DwarfLinker.cpp
|
+++ llvm-toolchain-snapshot_10~svn370407/tools/dsymutil/DwarfLinker.cpp
|
||||||
@@ -100,6 +100,11 @@
|
@@ -100,6 +100,11 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -47,10 +47,10 @@ Index: llvm-toolchain-snapshot_10~svn370025/tools/dsymutil/DwarfLinker.cpp
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace dsymutil {
|
namespace dsymutil {
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_10~svn370025/polly/lib/External/ppcg/cuda_common.c
|
Index: llvm-toolchain-snapshot_10~svn370407/polly/lib/External/ppcg/cuda_common.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_10~svn370025.orig/polly/lib/External/ppcg/cuda_common.c
|
--- llvm-toolchain-snapshot_10~svn370407.orig/polly/lib/External/ppcg/cuda_common.c
|
||||||
+++ llvm-toolchain-snapshot_10~svn370025/polly/lib/External/ppcg/cuda_common.c
|
+++ llvm-toolchain-snapshot_10~svn370407/polly/lib/External/ppcg/cuda_common.c
|
||||||
@@ -15,6 +15,11 @@
|
@@ -15,6 +15,11 @@
|
||||||
#include "cuda_common.h"
|
#include "cuda_common.h"
|
||||||
#include "ppcg.h"
|
#include "ppcg.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user