mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 16:31:43 +00:00
Disable profile_rt.diff for now
This commit is contained in:
parent
30c0ceb550
commit
f351ffe2e3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
llvm-toolchain-snapshot (1:3.5~svn200375-3) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:3.5~svn200375-3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Fix the cmake install patch
|
* Fix the cmake install patch
|
||||||
|
* Disable profile_rt.diff for now
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 19 Feb 2014 22:57:27 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 19 Feb 2014 22:57:27 +0100
|
||||||
|
|
||||||
|
24
debian/patches/hurd-pathmax.diff
vendored
24
debian/patches/hurd-pathmax.diff
vendored
@ -1,8 +1,8 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.5~svn201783/clang/lib/Basic/FileManager.cpp
|
Index: llvm-toolchain-snapshot_3.5~svn201843/clang/lib/Basic/FileManager.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.5~svn201783.orig/clang/lib/Basic/FileManager.cpp 2014-02-20 14:46:40.801809058 +0100
|
--- llvm-toolchain-snapshot_3.5~svn201843.orig/clang/lib/Basic/FileManager.cpp 2014-02-21 11:13:02.574417177 +0100
|
||||||
+++ llvm-toolchain-snapshot_3.5~svn201783/clang/lib/Basic/FileManager.cpp 2014-02-20 14:46:40.797809058 +0100
|
+++ llvm-toolchain-snapshot_3.5~svn201843/clang/lib/Basic/FileManager.cpp 2014-02-21 11:13:02.570417177 +0100
|
||||||
@@ -56,6 +56,10 @@
|
@@ -43,6 +43,10 @@
|
||||||
/// represent a filename that doesn't exist on the disk.
|
/// represent a filename that doesn't exist on the disk.
|
||||||
#define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1)
|
#define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1)
|
||||||
|
|
||||||
@ -11,12 +11,12 @@ Index: llvm-toolchain-snapshot_3.5~svn201783/clang/lib/Basic/FileManager.cpp
|
|||||||
+# define PATH_MAX 4096
|
+# define PATH_MAX 4096
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
FileEntry::~FileEntry() {
|
class FileManager::UniqueDirContainer {
|
||||||
// If this FileEntry owns an open file descriptor that never got used, close
|
/// UniqueDirs - Cache from ID's to existing directories/files.
|
||||||
Index: llvm-toolchain-snapshot_3.5~svn201783/lldb/include/lldb/lldb-defines.h
|
Index: llvm-toolchain-snapshot_3.5~svn201843/lldb/include/lldb/lldb-defines.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.5~svn201783.orig/lldb/include/lldb/lldb-defines.h 2014-02-20 14:46:40.801809058 +0100
|
--- llvm-toolchain-snapshot_3.5~svn201843.orig/lldb/include/lldb/lldb-defines.h 2014-02-21 11:13:02.574417177 +0100
|
||||||
+++ llvm-toolchain-snapshot_3.5~svn201783/lldb/include/lldb/lldb-defines.h 2014-02-20 14:46:40.797809058 +0100
|
+++ llvm-toolchain-snapshot_3.5~svn201843/lldb/include/lldb/lldb-defines.h 2014-02-21 11:13:02.570417177 +0100
|
||||||
@@ -12,6 +12,11 @@
|
@@ -12,6 +12,11 @@
|
||||||
|
|
||||||
#include "lldb/lldb-types.h"
|
#include "lldb/lldb-types.h"
|
||||||
@ -29,10 +29,10 @@ Index: llvm-toolchain-snapshot_3.5~svn201783/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_3.5~svn201783/lib/Support/Unix/Path.inc
|
Index: llvm-toolchain-snapshot_3.5~svn201843/lib/Support/Unix/Path.inc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.5~svn201783.orig/lib/Support/Unix/Path.inc 2014-02-20 14:46:40.801809058 +0100
|
--- llvm-toolchain-snapshot_3.5~svn201843.orig/lib/Support/Unix/Path.inc 2014-02-21 11:13:02.574417177 +0100
|
||||||
+++ llvm-toolchain-snapshot_3.5~svn201783/lib/Support/Unix/Path.inc 2014-02-20 14:46:40.797809058 +0100
|
+++ llvm-toolchain-snapshot_3.5~svn201843/lib/Support/Unix/Path.inc 2014-02-21 11:13:02.570417177 +0100
|
||||||
@@ -58,6 +58,7 @@
|
@@ -58,6 +58,7 @@
|
||||||
// For GNU Hurd
|
// For GNU Hurd
|
||||||
#if defined(__GNU__) && !defined(PATH_MAX)
|
#if defined(__GNU__) && !defined(PATH_MAX)
|
||||||
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -4,7 +4,7 @@
|
|||||||
23-strlcpy_strlcat_warning_removed.diff
|
23-strlcpy_strlcat_warning_removed.diff
|
||||||
27-fix_clang_stdint.diff
|
27-fix_clang_stdint.diff
|
||||||
26-set-correct-float-abi.diff
|
26-set-correct-float-abi.diff
|
||||||
profile_rt.diff
|
#profile_rt.diff
|
||||||
0003-Debian-version-info-and-bugreport.patch
|
0003-Debian-version-info-and-bugreport.patch
|
||||||
0021-shared-lib-debian.patch
|
0021-shared-lib-debian.patch
|
||||||
0023-link-libopagent.patch
|
0023-link-libopagent.patch
|
||||||
|
6
debian/patches/unwind-chain-inclusion.diff
vendored
6
debian/patches/unwind-chain-inclusion.diff
vendored
@ -4,10 +4,10 @@
|
|||||||
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
|
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
|
||||||
# from the system.
|
# from the system.
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn192346/clang/lib/Headers/unwind.h
|
Index: llvm-toolchain-snapshot_3.5~svn201843/clang/lib/Headers/unwind.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn192346.orig/clang/lib/Headers/unwind.h 2013-10-10 13:38:48.446082093 +0200
|
--- llvm-toolchain-snapshot_3.5~svn201843.orig/clang/lib/Headers/unwind.h 2014-02-21 11:12:42.154418157 +0100
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn192346/clang/lib/Headers/unwind.h 2013-10-10 13:38:48.438082094 +0200
|
+++ llvm-toolchain-snapshot_3.5~svn201843/clang/lib/Headers/unwind.h 2014-02-21 11:12:42.150418157 +0100
|
||||||
@@ -23,9 +23,6 @@
|
@@ -23,9 +23,6 @@
|
||||||
|
|
||||||
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/
|
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user