[clang] [llvm] [LLVM][Clang][AArch64] Implement AArch64 build attributes (PR #118771)

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 02:34:53 PST 2024


================
@@ -783,6 +786,67 @@ void MCELFStreamer::createAttributesSection(
   AttrsVec.clear();
 }
 
+void MCELFStreamer::createAArch64AttributesSection(
----------------
ostannard wrote:

If this is AArch64 specific, it should be moved to one of the AArch64 classes, probably `AArch64TargetELFStreamer`

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


More information about the llvm-commits mailing list