[lld] [LLD] Merge .hexagon.attributes sections (PR #148098)
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 13:24:34 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;
----------------
androm3da wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/148098
More information about the llvm-commits
mailing list