[lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)
Jack Styles via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 02:52:48 PDT 2025
================
@@ -574,6 +576,41 @@ static GcsPolicy getZGcs(Ctx &ctx, opt::InputArgList &args) {
return ret;
}
+static void getZGcsReport(Ctx &ctx, opt::InputArgList &args) {
----------------
Stylie777 wrote:
Once this is merged, I will update this so we can utilise that `enum class`
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list