[lld] [LLD] Merge .hexagon.attributes sections (PR #148098)
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 13:24:29 PDT 2025
================
@@ -3450,6 +3450,10 @@ template <class ELFT> void LinkerDriver::link(opt::InputArgList &args) {
if (ctx.arg.emachine == EM_RISCV)
mergeRISCVAttributesSections(ctx);
+ // Merge .hexagon.attributes sections.
----------------
androm3da wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/148098
More information about the llvm-commits
mailing list