[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
Wed Apr 2 07:38:19 PDT 2025
================
@@ -207,6 +209,55 @@ static void updateSupportedARMFeatures(Ctx &ctx,
ctx.arg.armHasThumb2ISA |= thumb && *thumb >= ARMBuildAttrs::AllowThumb32;
}
+struct KnownAArch64BuildAttrSubsections {
+ struct PauthSubSection {
+ std::optional<unsigned> tagPlatform = 0;
----------------
sivan-shani wrote:
This related to Oliver comment above, variables now are not std::optional but unsigned.
https://github.com/llvm/llvm-project/pull/131990
More information about the llvm-commits
mailing list