Skip to content

Commit 1f238ea

Browse files
authored
[DebugInfo] Add 'REQUIRES: object-emission' in the test. (#98141)
The test added in #96474 seems to cause buildbot failure on some system. I have added `REQUIRES: object-emission` in the test and also used `%t` instead of `-` for output.
1 parent 6c1e3e4 commit 1f238ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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+
; REQUIRES: object-emission
4+
25

36
; ModuleID = 'test.ll'
47
source_filename = "test.f90"

0 commit comments

Comments
 (0)