[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
================
@@ -574,6 +576,41 @@ static GcsPolicy getZGcs(Ctx &ctx, opt::InputArgList &args) {
return ret;
}
+static void getZGcsReport(Ctx &ctx, opt::InputArgList &args) {
----------------
MaskRay wrote:
Created #130715 to introduce an `enum class` for none/warning/error.
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list