[llvm] [LLVM][Clang][AArch64] Implement AArch64 build attributes (PR #118771)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 04:36:20 PST 2024
================
@@ -783,6 +786,65 @@ void MCELFStreamer::createAttributesSection(
AttrsVec.clear();
}
+void MCELFStreamer::createAttributesSection(
----------------
ostannard wrote:
If I've understood correctly, AArch64 uses a slightly different format to AArch32, RISC-V and Hexagon, so the function names should probably make this clear, instead of using overloading to select between the two formats.
https://github.com/llvm/llvm-project/pull/118771
More information about the llvm-commits
mailing list