================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits