[lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)
Jack Styles via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 10 04:42:20 PDT 2025
================
@@ -1553,6 +1587,9 @@ static void readConfigs(Ctx &ctx, opt::InputArgList &args) {
ctx.arg.zForceBti = hasZOption(args, "force-bti");
ctx.arg.zForceIbt = hasZOption(args, "force-ibt");
ctx.arg.zGcs = getZGcs(ctx, args);
+ ctx.arg.zGcsReport = getZGcsReport(ctx, args, /* isReportDynamic */ false);
----------------
Stylie777 wrote:
I did update this, but the parameter has been removed. Good to know for next time.
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list