summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-07 14:23:05 +0000
committersylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-07 14:23:05 +0000
commit00438ebd13a8da85a2cbf313929401ca7c4dbee8 (patch)
tree3d393d8d6e4eb85e5f9a3dbae23b083bcec5879e
parentbdcc2345527b3a230ca624974a5e56b41ac0f0e0 (diff)
downloadllvm-toolchain-3.5-00438ebd13a8da85a2cbf313929401ca7c4dbee8.tar.gz
New snapshot release
git-svn-id: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.5@1321 670adf90-79fe-46c2-b027-9eb1e76e7c7d
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/disable-powerpc-test.diff10
-rw-r--r--debian/patches/fix-lldb-3.5-rc2.diff18
-rw-r--r--debian/patches/series2
4 files changed, 32 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e1fbfcb..46529a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-llvm-toolchain-3.5 (1:3.5~+rc1-3~exp2) UNRELEASED; urgency=medium
+llvm-toolchain-3.5 (1:3.5~+rc2-1~exp1) unstable; urgency=medium
+ * New snapshot release
* Enable compressed debug sections (Closes: #757002)
* Force scan-build to use the same version of clang
* Bring back scan-build-search-path.diff (Closes: #757219)
diff --git a/debian/patches/disable-powerpc-test.diff b/debian/patches/disable-powerpc-test.diff
new file mode 100644
index 0000000..9f4cee8
--- /dev/null
+++ b/debian/patches/disable-powerpc-test.diff
@@ -0,0 +1,10 @@
+Index: llvm-toolchain-3.5-3.5~+rc2/test/CodeGen/PowerPC/unal-altivec.ll
+===================================================================
+--- llvm-toolchain-3.5-3.5~+rc2.orig/test/CodeGen/PowerPC/unal-altivec.ll
++++ llvm-toolchain-3.5-3.5~+rc2/test/CodeGen/PowerPC/unal-altivec.ll
+@@ -1,4 +1,5 @@
+ ; RUN: llc < %s -mcpu=g5 | FileCheck %s
++; XFAIL: *
+ target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
+ target triple = "powerpc64-unknown-linux-gnu"
+
diff --git a/debian/patches/fix-lldb-3.5-rc2.diff b/debian/patches/fix-lldb-3.5-rc2.diff
new file mode 100644
index 0000000..1551e75
--- /dev/null
+++ b/debian/patches/fix-lldb-3.5-rc2.diff
@@ -0,0 +1,18 @@
+Index: llvm-toolchain-snapshot_3.5~svn211089/lldb/source/Expression/ClangExpressionParser.cpp
+===================================================================
+--- llvm-toolchain-snapshot_3.5~svn211089.orig/lldb/source/Expression/ClangExpressionParser.cpp (révision 215101)
++++ llvm-toolchain-snapshot_3.5~svn211089/lldb/source/Expression/ClangExpressionParser.cpp (copie de travail)
+@@ -231,9 +231,11 @@
+
+ // Disable some warnings.
+ m_compiler->getDiagnostics().setSeverityForGroup(
+- "unused-value", clang::diag::Severity::Ignored, SourceLocation());
++ diag::Flavor::Remark, "unused-value", clang::diag::Severity::Ignored,
++ SourceLocation());
+ m_compiler->getDiagnostics().setSeverityForGroup(
+- "odr", clang::diag::Severity::Ignored, SourceLocation());
++ diag::Flavor::Remark, "odr", clang::diag::Severity::Ignored,
++ SourceLocation());
+
+ // Inform the target of the language options
+ //
diff --git a/debian/patches/series b/debian/patches/series
index 926f5fb..30e6ad2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -39,3 +39,5 @@ force-link-pass.o.diff
follow-parallel-var.diff
lldb-kfreebsd.diff
hurd-EIEIO-undef.diff
+disable-powerpc-test.diff
+fix-lldb-3.5-rc2.diff