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

Oliver Stannard via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 19 02:34:53 PST 2024


================
@@ -19,9 +19,74 @@
 #define LLVM_SUPPORT_ARMBUILDATTRIBUTES_H
 
 #include "llvm/Support/ELFAttributes.h"
+#include "llvm/Support/raw_ostream.h"
+#include "llvm/TableGen/Record.h"
 
 namespace llvm {
+class StringRef;
+
 namespace ARMBuildAttrs {
+// AArch64 build attributes
----------------
ostannard wrote:

This file is for the ARM build attributes, the AArch64 attributes should be in their own file.

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


More information about the cfe-commits mailing list