[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
================
@@ -136,6 +136,26 @@ enum LtoKind : uint8_t {UnifiedThin, UnifiedRegular, Default};
// For -z gcs=
enum class GcsPolicy { Implicit, Never, Always };
+// For -z gcs-report= and -zgcs-report-dynamic
+struct GcsReportPolicy {
----------------
Stylie777 wrote:
Done
https://github.com/llvm/llvm-project/pull/127787
More information about the llvm-commits
mailing list