From 4a032fe7bffd7a85cecc4dc3336436f84d6be348 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 8 May 2016 20:59:50 +0000 Subject: [PATCH] rebase of the patches --- debian/patches/do-not-fail-on-unexpected-pass.diff | 6 +++--- debian/patches/hurd-EIEIO-undef.diff | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/patches/do-not-fail-on-unexpected-pass.diff b/debian/patches/do-not-fail-on-unexpected-pass.diff index 790b9ad7..f9b8fabb 100644 --- a/debian/patches/do-not-fail-on-unexpected-pass.diff +++ b/debian/patches/do-not-fail-on-unexpected-pass.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py +Index: llvm-toolchain-snapshot_3.9~svn268880/utils/lit/lit/Test.py =================================================================== ---- llvm-toolchain-snapshot_3.8~svn256489.orig/utils/lit/lit/Test.py -+++ llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py +--- llvm-toolchain-snapshot_3.9~svn268880.orig/utils/lit/lit/Test.py ++++ llvm-toolchain-snapshot_3.9~svn268880/utils/lit/lit/Test.py @@ -30,7 +30,7 @@ PASS = ResultCode('PASS', False) FLAKYPASS = ResultCode('FLAKYPASS', False) XFAIL = ResultCode('XFAIL', False) diff --git a/debian/patches/hurd-EIEIO-undef.diff b/debian/patches/hurd-EIEIO-undef.diff index 0f208fde..3b98ad92 100644 --- a/debian/patches/hurd-EIEIO-undef.diff +++ b/debian/patches/hurd-EIEIO-undef.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.9~svn260089/utils/TableGen/CodeEmitterGen.cpp +Index: llvm-toolchain-snapshot_3.9~svn268880/utils/TableGen/CodeEmitterGen.cpp =================================================================== ---- llvm-toolchain-snapshot_3.9~svn260089.orig/utils/TableGen/CodeEmitterGen.cpp -+++ llvm-toolchain-snapshot_3.9~svn260089/utils/TableGen/CodeEmitterGen.cpp -@@ -230,6 +230,9 @@ void CodeEmitterGen::run(raw_ostream &o) +--- llvm-toolchain-snapshot_3.9~svn268880.orig/utils/TableGen/CodeEmitterGen.cpp ++++ llvm-toolchain-snapshot_3.9~svn268880/utils/TableGen/CodeEmitterGen.cpp +@@ -229,6 +229,9 @@ void CodeEmitterGen::run(raw_ostream &o) ArrayRef NumberedInstructions = Target.getInstructionsByEnumValue();