================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to