[lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 00:49:23 PST 2025


================
@@ -49,25 +49,30 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/ADT/StringRef.h"
----------------
Stylie777 wrote:

I think this was my clangd extension catching me out when I was working on this and it adds headers automatically when I use something. I have disabled it so it follows LLVM's coding standards better in being able to use implicit includes.

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


More information about the llvm-commits mailing list