mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
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
This commit is contained in:
parent
e5b11b349b
commit
31add9cbed
@ -1,11 +1,9 @@
|
|||||||
; REQUIRES: object-emission
|
; REQUIRES: object-emission
|
||||||
|
|
||||||
; RUN: llc %s -o %t -filetype=obj
|
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
|
||||||
; RUN: llvm-dwarfdump -debug-dump=line %t | 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
|
; 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
|
; Expect no line table entry since there are no functions and file references in this compile unit
|
||||||
; CHECK: .debug_line contents:
|
; CHECK: .debug_line contents:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user