Skip to content

Commit 8665659

Browse files
committed
fix
1 parent baaba7a commit 8665659

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@
2020

2121
; RUN: llc -dwarf-version=5 -split-dwarf-file=foo.dwo -O0 -mtriple=riscv64-unknown-linux-gnu -filetype=obj relax_dwo_ranges.ll -o %t.o
2222
; RUN: llvm-dwarfdump -v %t.o | FileCheck --check-prefix=DWARF5 %s
23-
; RUN: llvm-dwarfdump --debug-info %t.o 2> %t.txt
24-
; RUN: FileCheck --input-file=%t.txt %s --check-prefix=RELOCS --allow-empty --implicit-check-not=warning:
23+
; RUN: llvm-dwarfdump --debug-info %t.o > /dev/null 2>&1 | count 0
2524
; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
2625

2726
; RUN: llc -dwarf-version=4 -split-dwarf-file=foo.dwo -O0 -mtriple=riscv64-unknown-linux-gnu -filetype=obj relax_dwo_ranges.ll -o %t.o
2827
; RUN: llvm-dwarfdump -v %t.o | FileCheck --check-prefix=DWARF4 %s
29-
; RUN: llvm-dwarfdump --debug-info %t.o 2> %t.txt
30-
; RUN: FileCheck --input-file=%t.txt %s --check-prefix=RELOCS --allow-empty --implicit-check-not=warning:
28+
; RUN: llvm-dwarfdump --debug-info %t.o > /dev/null 2>&1 | count 0
3129
; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
3230

33-
; RELOCS-NOT: warning:
34-
3531
; Make sure we don't produce any relocations in any .dwo section
3632
; HDR-NOT: .rela.{{.*}}.dwo
3733

0 commit comments

Comments
 (0)