================
@@ -182,6 +182,16 @@ AArch64TargetStreamer::getActiveAtributesSubsection() {
   return nullptr;
 }
 
+std::unique_ptr<MCELFStreamer::AttributeSubSection>
+AArch64TargetStreamer::getActiveSubsectionByName(StringRef name) {
----------------
sivan-shani wrote:

between `getAtributeSubsectionByName` and `getAtributesSubsectionByName`, opt 
for the later.

https://github.com/llvm/llvm-project/pull/118771
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to