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

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 07:14:14 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:

I have updated the function to use the new `enum class`.

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


More information about the llvm-commits mailing list