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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 21:27:04 PDT 2025


================
@@ -2788,6 +2825,17 @@ static void redirectSymbols(Ctx &ctx, ArrayRef<WrappedSymbol> wrapped) {
     ctx.symtab->wrap(w.sym, w.real, w.wrap);
 }
 
+static StringRef gcsReportPolicytoString(GcsReportPolicy value) {
----------------
MaskRay wrote:

could be removed with #130715

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


More information about the llvm-commits mailing list