[lld] [llvm] [llvm-readelf] Print a blank line before the first hex/string dump (PR #85744)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 00:55:15 PDT 2024
================
@@ -46,7 +46,8 @@ FileHeader:
# RUN: llvm-readelf --hex-dump=.sec %t2.out1 | \
# RUN: FileCheck %s --match-full-lines --strict-whitespace --check-prefix=SPACES1
-# SPACES1:Hex dump of section '.sec':
+# SPACES1:{{^$}}
----------------
jh7370 wrote:
Perhaps for consistency, it's worth adding this check to the other cases below?
https://github.com/llvm/llvm-project/pull/85744
More information about the llvm-commits
mailing list