Skip to content

Commit d2ac85f

Browse files
committed
[DebugInfo] Use tmp object file instead of - for output.
1 parent 2a36ef5 commit d2ac85f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/DebugInfo/subrange-missing-upperBound.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
1+
; RUN: %llc_dwarf %s -filetype=obj -o %t
2+
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
3+
24

35
; ModuleID = 'test.ll'
46
source_filename = "test.f90"

0 commit comments

Comments
 (0)