[lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)
Jack Styles via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 03:55:42 PST 2025
================
@@ -918,6 +918,60 @@ void ObjFile<ELFT>::initializeSections(bool ignoreComdats,
handleSectionGroup<ELFT>(this->sections, entries);
}
+template <typename ELFT>
+static void parseGnuPropertyNote(Ctx &ctx, uint32_t &featureAndType,
+ ArrayRef<uint8_t> &desc, ELFFileBase *f,
+ const uint8_t *base,
+ ArrayRef<uint8_t> *data = nullptr,
+ StringRef sectionName = ".note.gnu.property") {
----------------
Stylie777 wrote:
Thanks, based on that I have removed the parameter and inlined the string.
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list