1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: llvm-toolchain-snapshot_21~++20250422102230+f541a3aad8e7/llvm/test/ThinLTO/X86/autoupgrade.ll
===================================================================
--- llvm-toolchain-snapshot_21~++20250422102230+f541a3aad8e7.orig/llvm/test/ThinLTO/X86/autoupgrade.ll
+++ llvm-toolchain-snapshot_21~++20250422102230+f541a3aad8e7/llvm/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: *
+
; We can't use llvm-dis here, because it would do the autoupgrade itself.
; RUN: llvm-link -summary-index=%t3.bc \
|