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

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 9 09:41:55 PDT 2025


================
@@ -207,6 +209,51 @@ static void updateSupportedARMFeatures(Ctx &ctx,
   ctx.arg.armHasThumb2ISA |= thumb && *thumb >= ARMBuildAttrs::AllowThumb32;
 }
 
+struct KnownAArch64BuildAttrSubsections {
----------------
smithp35 wrote:

I'd drop the `Known` and just use `AArch64BuildAttrSubSections`. It is highly unlikely that any private subsections will make it upstream.

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


More information about the llvm-commits mailing list