[lld] [llvm] [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (PR #144082)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 09:21:58 PDT 2025
================
@@ -244,6 +244,11 @@ class ELFFileBase : public InputFile {
std::optional<AArch64PauthAbiCoreInfo> aarch64PauthAbiCoreInfo;
};
+struct GnuPropertiesInfo {
----------------
smithp35 wrote:
I don't think you need this here. It is only used within InputFiles.cpp so it can be defined in there rather than in the header file.
https://github.com/llvm/llvm-project/pull/144082
More information about the llvm-commits
mailing list