diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-04-03 18:23:52 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-04-03 18:23:52 +0000 |
| commit | 5bdaea85cba14baaef6cc5ea46d63e2e9926c69f (patch) | |
| tree | c6bf90dc30d22fa5071028622041b0272e3b8ff6 /llvm/test/DebugInfo/unconditional-branch.ll | |
| parent | 2b2ac91fab9c8bdc70a045ce7af69c12aab32979 (diff) | |
| download | bcm5719-llvm-5bdaea85cba14baaef6cc5ea46d63e2e9926c69f.tar.gz bcm5719-llvm-5bdaea85cba14baaef6cc5ea46d63e2e9926c69f.zip | |
Attempt to XFAIL this on mingw and cygwin hosts. The line table on
these is very much off and is more than just the branch
from this bug incorrect:
Address Line Column File ISA Discriminator Flags
------------------ ------ ------ ------ --- ------------- -------------
0x30830a0100000002 3 0 1 0 0 is_stmt
0x30830a0100000008 3 0 1 0 0 is_stmt end_sequence
llvm-svn: 205551
Diffstat (limited to 'llvm/test/DebugInfo/unconditional-branch.ll')
| -rw-r--r-- | llvm/test/DebugInfo/unconditional-branch.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 6c31375f464..0a625939feb 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/test/DebugInfo/unconditional-branch.ll @@ -4,6 +4,9 @@ ; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s +; This isn't working on windows dwarf platforms, fail on those. +; XFAIL: mingw, cygwin + ; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt ; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt ; CHECK: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt |

