[lld] [LLD] Merge .hexagon.attributes sections (PR #148098)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 13 12:05:15 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.
----------------
MaskRay wrote:

Move before RISCV

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


More information about the llvm-commits mailing list