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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 10:01:52 PST 2024


================
@@ -0,0 +1,11 @@
+# RUN: yaml2obj %p/Inputs/srec-elf-sections.yaml -o %t
+# RUN: llvm-objcopy -O srec %t - | FileCheck %s
+
+# The record type for the header should be S0 with a 2 byte address
----------------
quic-areg wrote:

Done

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


More information about the llvm-commits mailing list