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

Simon Tatham via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 09:00:52 PST 2024


================
@@ -324,6 +324,14 @@ Expected<IHexRecord> IHexRecord::parse(StringRef Line) {
   return Rec;
 }
 
+static uint64_t sectionLMA(const SectionBase *Sec) {
----------------
statham-arm wrote:

Thanks, that looks better to me.

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


More information about the llvm-commits mailing list