New snapshot release

This commit is contained in:
Sylvestre Ledru 2014-08-07 14:23:05 +00:00
parent ec45d4f8f0
commit 998018f0ec
4 changed files with 32 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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)

View File

@ -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"

18
debian/patches/fix-lldb-3.5-rc2.diff vendored Normal file
View File

@ -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
//

View File

@ -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