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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 08:39:55 PST 2025


================
@@ -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 {
----------------
MaskRay wrote:

In ARM we have ARMBuildAttrs. Should this be shortened to AArch64BuildAttrs?

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


More information about the llvm-commits mailing list