[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:18 PDT 2025
================
@@ -574,6 +576,38 @@ static GcsPolicy getZGcs(Ctx &ctx, opt::InputArgList &args) {
return ret;
}
+static GcsReportPolicy
+getZGcsReport(Ctx &ctx, opt::InputArgList &args, bool isReportDynamic,
----------------
Stylie777 wrote:
Done. It assigns the values to the appropriate variables within the function. It finds the value, then assigns it to the appropriate variable depending on which user defined variable has been parsed. The inheritance is separate from the for loop so will process after the values have been found.
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list