rebase of the patch

This commit is contained in:
Sylvestre Ledru 2019-08-27 22:46:21 +02:00
parent e2edd063dc
commit e41f54ea90

View File

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