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

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 07:07:43 PST 2025


================
@@ -18,8 +18,10 @@
 #include "Target.h"
 #include "lld/Common/CommonLinkerContext.h"
 #include "lld/Common/DWARF.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
smithp35 wrote:

Similar to the comment in Driver.cpp, I don't think these are necessary for this patch.

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


More information about the llvm-commits mailing list