diff --git a/debian/patches/silent-test-failing-codeverage.diff b/debian/patches/silent-test-failing-codeverage.diff index 0fadd898..e091fae8 100644 --- a/debian/patches/silent-test-failing-codeverage.diff +++ b/debian/patches/silent-test-failing-codeverage.diff @@ -1,13 +1,13 @@ -Index: llvm-toolchain-snapshot_7~svn335581/test/ThinLTO/X86/autoupgrade.ll +Index: llvm-toolchain-snapshot_10~svn370107/test/ThinLTO/X86/autoupgrade.ll =================================================================== ---- llvm-toolchain-snapshot_7~svn335581.orig/test/ThinLTO/X86/autoupgrade.ll -+++ llvm-toolchain-snapshot_7~svn335581/test/ThinLTO/X86/autoupgrade.ll -@@ -19,6 +19,8 @@ - ; SUMMARYNAMES: ^2 = gv: (name: "globalfunc2", - ; SUMMARYNAMES: ^3 = gv: (name: "globalfunc1" +--- llvm-toolchain-snapshot_10~svn370107.orig/test/ThinLTO/X86/autoupgrade.ll ++++ llvm-toolchain-snapshot_10~svn370107/test/ThinLTO/X86/autoupgrade.ll +@@ -3,6 +3,8 @@ + ; RUN: opt -module-summary %s -o %t.bc + ; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %p/Inputs/autoupgrade.bc +; XFAIL: * + - target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" - target triple = "x86_64-apple-macosx10.11.0" + ; We can't use llvm-dis here, because it would do the autoupgrade itself. + ; RUN: llvm-link -summary-index=%t3.bc \