[llvm] r201383 - [PR18809] Remove XFAIL from DebugInfo/empty.ll.

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 13 19:59:43 PST 2014


Author: chapuni
Date: Thu Feb 13 21:59:43 2014
New Revision: 201383

URL: http://llvm.org/viewvc/llvm-project?rev=201383&view=rev
Log:
[PR18809] Remove XFAIL from DebugInfo/empty.ll.

I added it in r201211.

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=201383&r1=201382&r2=201383&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Thu Feb 13 21:59:43 2014
@@ -1,9 +1,6 @@
 ; 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: Line table prologue:





More information about the llvm-commits mailing list