Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit f46135e

Browse files
committed
llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201388 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 255181f commit f46135e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/DebugInfo/empty.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
; RUN: llc %s -o %t -filetype=obj
22
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
33

4+
; *-win32 doesn't emit Dwarf line table.
5+
; XFAIL: win32
6+
47
; Expect no line table entry since there are no functions and file references in this compile unit
58
; CHECK: .debug_line contents:
69
; CHECK: Line table prologue:

0 commit comments

Comments
 (0)