[llvm] 1a6dfa2 - [LLVM] Remove XFAIL from merge-equivalent-ranges.ll
Muhammad Omair Javaid via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 5 23:32:22 PST 2023
Author: Muhammad Omair Javaid
Date: 2023-03-06T11:31:46+04:00
New Revision: 1a6dfa2beeb4492472329cf7cf059d97b289cf37
URL: https://github.com/llvm/llvm-project/commit/1a6dfa2beeb4492472329cf7cf059d97b289cf37
DIFF: https://github.com/llvm/llvm-project/commit/1a6dfa2beeb4492472329cf7cf059d97b289cf37.diff
LOG: [LLVM] Remove XFAIL from merge-equivalent-ranges.ll
This patch removes XFAIL decorator from merge-equivalent-ranges.ll
test.
Merge equilant ranges is passing on aarch64-windows-msvc buildbot
since: https://lab.llvm.org/buildbot/#/builders/120/builds/4291
Added:
Modified:
llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll b/llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll
index 2df07f6934af2..476f14c268369 100644
--- a/llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll
+++ b/llvm/test/DebugInfo/X86/merge-equivalent-ranges.ll
@@ -1,4 +1,3 @@
-; XFAIL: target=aarch64-pc-windows-{{.*}}
; RUN: %llc_dwarf -filetype=obj -o %t.o < %s
; RUN: llvm-dwarfdump %t.o | FileCheck %s
More information about the llvm-commits
mailing list