[lld] r342954 - [ELF] - Add -z global option to manual.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 02:32:31 PDT 2018


Author: grimar
Date: Tue Sep 25 02:32:31 2018
New Revision: 342954

URL: http://llvm.org/viewvc/llvm-project?rev=342954&view=rev
Log:
[ELF] - Add -z global option to manual.

This was requested during review of D49374,
but for some unknown reason was not in the final commit.

Modified:
    lld/trunk/docs/ld.lld.1

Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=342954&r1=342953&r2=342954&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Tue Sep 25 02:32:31 2018
@@ -442,6 +442,12 @@ Make the main stack executable.
 Stack permissions are recorded in the
 .Dv PT_GNU_STACK
 segment.
+.It Cm global
+Sets the
+.Dv DF_1_GLOBAL flag in the
+.Dv DYNAMIC
+section.
+Different loaders can decide how to handle this flag on their own.
 .It Cm initfirst
 Sets the
 .Dv DF_1_INITFIRST




More information about the llvm-commits mailing list