[llvm] r201211 - [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Feb 11 23:15:05 PST 2014
Author: chapuni
Date: Wed Feb 12 01:15:05 2014
New Revision: 201211
URL: http://llvm.org/viewvc/llvm-project?rev=201211&view=rev
Log:
[PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.
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=201211&r1=201210&r2=201211&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Wed Feb 12 01:15:05 2014
@@ -1,6 +1,9 @@
; RUN: llc %s -o %t -filetype=obj
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
+; PR18809
+; XFAIL: cygwin,mingw32
+
; 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:
More information about the llvm-commits
mailing list