[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 04:57:37 PDT 2025


================
@@ -918,101 +1116,6 @@ void ObjFile<ELFT>::initializeSections(bool ignoreComdats,
     handleSectionGroup<ELFT>(this->sections, entries);
 }
 
-template <typename ELFT>
-static void parseGnuPropertyNote(Ctx &ctx, ELFFileBase &f,
----------------
Stylie777 wrote:

@sivan-shani I think these need to be put back above the `ObjFile<ELFT>::getRelocTarget` function. That should remove the diff completely.

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


More information about the llvm-commits mailing list