[llvm-branch-commits] [llvm] [dwarf] make dwarf fission compatible with RISCV relaxations 2/2 (PR #164813)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 6 21:18:19 PST 2025
================
@@ -1,12 +1,13 @@
; RUN: llc -dwarf-version=5 -split-dwarf-file=foo.dwo -O0 %s -mtriple=riscv64-unknown-linux-gnu -filetype=obj -o %t
; RUN: llvm-dwarfdump -v %t | FileCheck --check-prefix=DWARF5 %s
; RUN: llvm-dwarfdump --debug-info %t 2> %t.txt
-; RUN: FileCheck --input-file=%t.txt %s --check-prefix=RELOCS --implicit-check-not=warning:
+; RUN: FileCheck --input-file=%t.txt %s --check-prefix=RELOCS --allow-empty --implicit-check-not=warning:
----------------
MaskRay wrote:
`--allow-empty` is not useful. If it is really empty, prefer `... 2>&1 | count 0`
https://github.com/llvm/llvm-project/pull/164813
More information about the llvm-branch-commits
mailing list