[lld] [llvm] [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (PR #147970)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 15 06:02:02 PDT 2025
================
@@ -552,8 +591,20 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
StringRef shstrtab = CHECK2(obj.getSectionStringTable(objSections), this);
uint64_t size = objSections.size();
sections.resize(size);
+
----------------
smithp35 wrote:
I think this can be removed.
https://github.com/llvm/llvm-project/pull/147970
More information about the llvm-commits
mailing list