[llvm] r201388 - llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 13 21:26:50 PST 2014


Author: chapuni
Date: Thu Feb 13 23:26:49 2014
New Revision: 201388

URL: http://llvm.org/viewvc/llvm-project?rev=201388&view=rev
Log:
llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.

Modified:
    llvm/trunk/test/DebugInfo/empty.ll

Modified: llvm/trunk/test/DebugInfo/empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/empty.ll?rev=201388&r1=201387&r2=201388&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Thu Feb 13 23:26:49 2014
@@ -1,6 +1,9 @@
 ; RUN: llc %s -o %t -filetype=obj
 ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
 
+; *-win32 doesn't emit Dwarf line table.
+; XFAIL: win32
+
 ; Expect no line table entry since there are no functions and file references in this compile unit
 ; CHECK: .debug_line contents:
 ; CHECK: Line table prologue:





More information about the llvm-commits mailing list