From b54440f9edfb9c1b67fa5cb038bc37ed8c45ddd9 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 14 Feb 2014 03:59:43 +0000 Subject: [PATCH] [PR18809] Remove XFAIL from DebugInfo/empty.ll. I added it in r201211. llvm-svn: 201383 --- llvm/test/DebugInfo/empty.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/DebugInfo/empty.ll b/llvm/test/DebugInfo/empty.ll index 9f4836f..0bf65a1 100644 --- a/llvm/test/DebugInfo/empty.ll +++ b/llvm/test/DebugInfo/empty.ll @@ -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: -- 2.7.4