================
@@ -0,0 +1,117 @@
+//===-- AArch64BuildAttributes.cpp - AArch64 Build Attributes 
-------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/Support/AArch64BuildAttributes.h"
+#include "llvm/ADT/StringSwitch.h"
+
+namespace llvm {
+namespace AArch64BuildAttributes {
----------------
sivan-shani wrote:

That indeed will be more consistent, on the other hand, Attributes is more 
descriptive than Attrs, so perhaps changing ARMBuildAttrs to ARMBuildAttributes 
instead will give both the benefit of consistency and of clarity?

Other files use Attributes as well, and not Attrs, for example: 
ELFAttributes.cpp, ELFAttributeParser.cpp,  HexagonAttributes.cpp, 
HexagonAttributeParser.cpp, CSKYAttributes.cpp, CSKYAttributeParser.cpp, 
MSP430Attributes.cpp, MSP430AttributeParser.cpp

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