[PATCH] D66630: Add a description about multiple linker scripts

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 00:54:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL369737: Add a description about multiple linker scripts (authored by ruiu, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66630?vs=216771&id=216774#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66630/new/

https://reviews.llvm.org/D66630

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


Index: lld/trunk/docs/ld.lld.1
===================================================================
--- lld/trunk/docs/ld.lld.1
+++ lld/trunk/docs/ld.lld.1
@@ -424,6 +424,8 @@
 .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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66630.216774.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190823/62bdcbb3/attachment.bin>


More information about the llvm-commits mailing list