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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 07:04:36 PDT 2025


================
@@ -694,6 +696,10 @@ struct Ctx : CommonLinkerContext {
   llvm::raw_fd_ostream openAuxiliaryFile(llvm::StringRef, std::error_code &);
 
   ArrayRef<uint8_t> aarch64PauthAbiCoreInfo;
+
+  // AArch64 Build Attributes data
+  std::optional<llvm::BuildAttributeSubSection> mergedPauthSubSection;
----------------
sivan-shani wrote:

Agreed, changed to struct, complexity removed.

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


More information about the llvm-commits mailing list