[lld] [lld][GNU Properties] Refactor storage of PAuth ABI core info (PR #141920)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 05:52:10 PDT 2025
================
@@ -695,7 +701,7 @@ struct Ctx : CommonLinkerContext {
llvm::raw_fd_ostream openAuxiliaryFile(llvm::StringRef, std::error_code &);
- ArrayRef<uint8_t> aarch64PauthAbiCoreInfo;
+ std::optional<AArch64PauthAbiCoreInfo> aarch64PauthAbiCoreInfo;
----------------
nasherm wrote:
Can this just be a pointer i.e. `AArch64PauthAbiCoreInfo*`?
https://github.com/llvm/llvm-project/pull/141920
More information about the llvm-commits
mailing list