aboutsummaryrefslogtreecommitdiff
path: root/lld/docs/ld.lld.1
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/ld.lld.1')
-rw-r--r--lld/docs/ld.lld.13
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1
index 12b17dd..e4d39e4 100644
--- a/lld/docs/ld.lld.1
+++ b/lld/docs/ld.lld.1
@@ -791,6 +791,9 @@ flag to indicate to the runtime linker that the object is an interposer.
During symbol resolution interposers are searched after the application
but before other dependencies.
.Pp
+.It Cm lrodata-after-bss
+Place .lrodata after .bss.
+.Pp
.It Cm muldefs
Do not error if a symbol is defined multiple times.
The first definition will be used.