From: David Blaikie Date: Tue, 11 Mar 2014 22:46:12 +0000 (+0000) Subject: Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=31add9cbed958e553d1753b00b678652c234478d;p=oota-llvm.git Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203616 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/empty.ll b/test/DebugInfo/empty.ll index ad560896cc9..81a23c6ec85 100644 --- a/test/DebugInfo/empty.ll +++ b/test/DebugInfo/empty.ll @@ -1,11 +1,9 @@ ; REQUIRES: object-emission -; RUN: llc %s -o %t -filetype=obj -; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s +; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s -; *-win32 doesn't emit Dwarf line table. ; darwin has a workaround for a linker bug so it always emits one line table entry -; XFAIL: win32, darwin +; XFAIL: darwin ; Expect no line table entry since there are no functions and file references in this compile unit ; CHECK: .debug_line contents: