[clang] [llvm] [LLVM][Clang][AArch64] Implement AArch64 build attributes (PR #118771)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 03:26:55 PST 2025
================
@@ -54,6 +54,7 @@
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/TargetRegistry.h"
+#include "llvm/Support/ARMBuildAttributes.h"
----------------
ostannard wrote:
What are we using from `ARMBuildAttributes.h` in this file, and can it be moved somewhere common?
https://github.com/llvm/llvm-project/pull/118771
More information about the llvm-commits
mailing list