[lld] r369737 - Add a description about multiple linker scripts

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 00:50:09 PDT 2019


Author: ruiu
Date: Fri Aug 23 00:50:09 2019
New Revision: 369737

URL: http://llvm.org/viewvc/llvm-project?rev=369737&view=rev
Log:
Add a description about multiple linker scripts

Differential Revision: https://reviews.llvm.org/D66630

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=369737&r1=369736&r2=369737&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Fri Aug 23 00:50:09 2019
@@ -424,6 +424,8 @@ and
 .It Fl -script Ns = Ns Ar file , Fl T Ar file
 Read linker script from
 .Ar file .
+If multiple linker scripts are given, they are processed as if they
+were concatenated in the order they appeared on the command line.
 .It Fl -section-start Ns = Ns Ar section Ns = Ns Ar address
 Set address of section.
 .It Fl -shared , Fl -Bsharable




More information about the llvm-commits mailing list