[llvm] r205711 - Revert the last couple of patches here and go back to something
Eric Christopher
echristo at gmail.com
Mon Apr 7 06:36:26 PDT 2014
Author: echristo
Date: Mon Apr 7 08:36:26 2014
New Revision: 205711
URL: http://llvm.org/viewvc/llvm-project?rev=205711&view=rev
Log:
Revert the last couple of patches here and go back to something
that at least failed reliably.
Modified:
llvm/trunk/test/DebugInfo/unconditional-branch.ll
Modified: llvm/trunk/test/DebugInfo/unconditional-branch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=205711&r1=205710&r2=205711&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Mon Apr 7 08:36:26 2014
@@ -3,9 +3,11 @@
; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
+
; FIXME: Investigating.
-; XFAIL: cygwin,mingw
; XFAIL: *
+; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s -o %t
+; RUN: llvm-dwarfdump %t | FileCheck %s
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
More information about the llvm-commits
mailing list