[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 02:23:10 PDT 2025
================
@@ -24,6 +24,7 @@
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Compression.h"
+#include "llvm/Support/ELFAttributes.h"
----------------
ostannard wrote:
This should be removed, or moved down to the file which actually needs it.
https://github.com/llvm/llvm-project/pull/131990
More information about the llvm-commits
mailing list