From: Eric Christopher Date: Mon, 7 Apr 2014 13:36:26 +0000 (+0000) Subject: Revert the last couple of patches here and go back to something X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dd455fd120bec3a335a5b15400eb3896cf6e4d0a;p=oota-llvm.git Revert the last couple of patches here and go back to something that at least failed reliably. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/unconditional-branch.ll b/test/DebugInfo/unconditional-branch.ll index 21d3aeb5257..66155b7d003 100644 --- a/test/DebugInfo/unconditional-branch.ll +++ b/test/DebugInfo/unconditional-branch.ll @@ -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