[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
================
@@ -569,6 +569,7 @@ struct UndefinedDiag {
struct InStruct {
std::unique_ptr<InputSection> attributes;
std::unique_ptr<SyntheticSection> riscvAttributes;
+ std::unique_ptr<SyntheticSection> hexagonAttributes;
----------------
MaskRay wrote:
move before riscvAttributes
https://github.com/llvm/llvm-project/pull/148098
More information about the llvm-commits
mailing list