[lld] [LLD][Docs] Document -z gcs= option in the man page (PR #146522)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 02:45:42 PDT 2025
================
@@ -953,6 +958,15 @@ disallows overlap.
.It Cm shstk
x86 only, use shadow stack.
.Pp
+.It Cm gcs Ns = Ns Ar [implicit|never|always]
+Specifies how the GNU_PROPERTY_AARCH64_FEATURE_1_GCS bit is set in the output ELF file. When set, it indicates support for the Guarded Control Stack (GCS) security feature.
----------------
sivan-shani wrote:
ack, handled.
https://github.com/llvm/llvm-project/pull/146522
More information about the llvm-commits
mailing list