[llvm] r203616 - Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output"

David Blaikie dblaikie at gmail.com
Tue Mar 11 15:46:12 PDT 2014


Author: dblaikie
Date: Tue Mar 11 17:46:12 2014
New Revision: 203616

URL: http://llvm.org/viewvc/llvm-project?rev=203616&view=rev
Log:
Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output"

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=203616&r1=203615&r2=203616&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Tue Mar 11 17:46:12 2014
@@ -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:





More information about the llvm-commits mailing list