[llvm] [LLVM][Clang][AArch64] Implement AArch64 build attributes (PR #118771)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 07:21:50 PST 2024
================
@@ -783,6 +786,65 @@ void MCELFStreamer::createAttributesSection(
AttrsVec.clear();
}
+void MCELFStreamer::createAttributesSection(
----------------
ostannard wrote:
I think a different name would be better, since the behaviour is different in a way which isn't really related to the argument types.
https://github.com/llvm/llvm-project/pull/118771
More information about the llvm-commits
mailing list