[lld] [lld] Refactor storage of PAuth ABI core info (PR #141920)
    Nashe Mncube via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 30 01:39:01 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:
Cool. I'll mark this as resolved
https://github.com/llvm/llvm-project/pull/141920
    
    
More information about the llvm-commits
mailing list