File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
llvm/test/DebugInfo/RISCV Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments