diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-04-07 13:36:26 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-04-07 13:36:26 +0000 |
| commit | 5c8c5e5573bef9d9895d9188863a82264fb8b2f2 (patch) | |
| tree | b3f5273cfb0e8032e39f8c74e3e5e7c7e00a45fa | |
| parent | beb2cd6b7c3646cd7af42797d57513b67255b43c (diff) | |
| download | bcm5719-llvm-5c8c5e5573bef9d9895d9188863a82264fb8b2f2.tar.gz bcm5719-llvm-5c8c5e5573bef9d9895d9188863a82264fb8b2f2.zip | |
Revert the last couple of patches here and go back to something
that at least failed reliably.
llvm-svn: 205711
| -rw-r--r-- | llvm/test/DebugInfo/unconditional-branch.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 21d3aeb5257..66155b7d003 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/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 |

