[llvm] [llvm-objcopy] Support SREC output format (PR #75874)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 09:48:03 PST 2024
================
@@ -324,6 +324,14 @@ Expected<IHexRecord> IHexRecord::parse(StringRef Line) {
return Rec;
}
+static uint64_t sectionLMA(const SectionBase *Sec) {
----------------
quic-areg wrote:
Thank you for the explanation.
Updated this patch to use the same section address function as ihex and updated a test to reflect this.
https://github.com/llvm/llvm-project/pull/75874
More information about the llvm-commits
mailing list