llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.
[oota-llvm.git] / test / DebugInfo / empty.ll
index afeb865d909b4dab8e0903529a2dffab9e56e7f0..ce3a23d8aa6f8022d079b831697b7eef5be2ae0d 100644 (file)
@@ -1,9 +1,14 @@
 ; 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-NOT: Line table prologue:
+; CHECK: Line table prologue:
+; CHECK: total_length: 0x00000019
+; CHECK-NOT: file_names[
 
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!5}