Disable profile_rt.diff for now

This commit is contained in:
Sylvestre Ledru 2014-02-21 10:29:35 +00:00
parent 30c0ceb550
commit f351ffe2e3
4 changed files with 17 additions and 16 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-snapshot (1:3.5~svn200375-3) UNRELEASED; urgency=medium
* Fix the cmake install patch
* Disable profile_rt.diff for now
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 19 Feb 2014 22:57:27 +0100

View File

@ -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~svn201783/clang/lib/Basic/FileManager.cpp 2014-02-20 14:46:40.797809058 +0100
@@ -56,6 +56,10 @@
--- 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~svn201843/clang/lib/Basic/FileManager.cpp 2014-02-21 11:13:02.570417177 +0100
@@ -43,6 +43,10 @@
/// represent a filename that doesn't exist on the disk.
#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
+#endif
FileEntry::~FileEntry() {
// If this FileEntry owns an open file descriptor that never got used, close
Index: llvm-toolchain-snapshot_3.5~svn201783/lldb/include/lldb/lldb-defines.h
class FileManager::UniqueDirContainer {
/// UniqueDirs - Cache from ID's to existing directories/files.
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~svn201783/lldb/include/lldb/lldb-defines.h 2014-02-20 14:46:40.797809058 +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~svn201843/lldb/include/lldb/lldb-defines.h 2014-02-21 11:13:02.570417177 +0100
@@ -12,6 +12,11 @@
#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)
#define UINT32_MAX 4294967295U
#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~svn201783/lib/Support/Unix/Path.inc 2014-02-20 14:46:40.797809058 +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~svn201843/lib/Support/Unix/Path.inc 2014-02-21 11:13:02.570417177 +0100
@@ -58,6 +58,7 @@
// For GNU Hurd
#if defined(__GNU__) && !defined(PATH_MAX)

View File

@ -4,7 +4,7 @@
23-strlcpy_strlcat_warning_removed.diff
27-fix_clang_stdint.diff
26-set-correct-float-abi.diff
profile_rt.diff
#profile_rt.diff
0003-Debian-version-info-and-bugreport.patch
0021-shared-lib-debian.patch
0023-link-libopagent.patch

View File

@ -4,10 +4,10 @@
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# 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.4~svn192346/clang/lib/Headers/unwind.h 2013-10-10 13:38:48.438082094 +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.5~svn201843/clang/lib/Headers/unwind.h 2014-02-21 11:12:42.150418157 +0100
@@ -23,9 +23,6 @@
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/