[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 11:43:51 PDT 2025


================
@@ -20,16 +20,21 @@
 #include "lld/Common/DWARF.h"
 #include "llvm/ADT/CachedHashString.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/StringRef.h"
----------------
smithp35 wrote:

Are all these header files necessary? The llvm coding standard permits includes to be transitive from other include files. It is normally best to keep the diff to a minimum if these aren't needed. If there's a refactoring to be done, it can go in a separate [NFC] PR.

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


More information about the llvm-commits mailing list