[llvm] r205551 - Attempt to XFAIL this on mingw and cygwin hosts. The line table on

Eric Christopher echristo at gmail.com
Thu Apr 3 11:23:53 PDT 2014


Author: echristo
Date: Thu Apr  3 13:23:52 2014
New Revision: 205551

URL: http://llvm.org/viewvc/llvm-project?rev=205551&view=rev
Log:
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

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=205551&r1=205550&r2=205551&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Thu Apr  3 13:23:52 2014
@@ -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





More information about the llvm-commits mailing list