[llvm] [llvm-objcopy] Support SREC output format (PR #75874)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 11:52:06 PST 2024


================
@@ -1,18 +1,6 @@
-# RUN: yaml2obj %p/Inputs/srec-elf-sections.yaml -o %t
+# RUN: yaml2obj %s --docnum=1 -o %t
 # RUN: llvm-objcopy -O srec %t - | FileCheck %s
----------------
quic-areg wrote:

Added `--match-full-lines` and `--strict-white-space` where appropriate, explicit prefix instead of `CHECK`, and tried to follow the test pattern suggested.

https://github.com/llvm/llvm-project/pull/75874


More information about the llvm-commits mailing list