diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-08-23 07:50:09 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-08-23 07:50:09 +0000 |
| commit | 6ef01c3e2bc2b19c9628518c53cf360cb6a43e23 (patch) | |
| tree | 108f88f6f4e68ae5bdef51e1e9cad2bb313caee7 | |
| parent | 85a968e9d518889bb1c24731e3ac6e397a2216de (diff) | |
| download | bcm5719-llvm-6ef01c3e2bc2b19c9628518c53cf360cb6a43e23.tar.gz bcm5719-llvm-6ef01c3e2bc2b19c9628518c53cf360cb6a43e23.zip | |
Add a description about multiple linker scripts
Differential Revision: https://reviews.llvm.org/D66630
llvm-svn: 369737
| -rw-r--r-- | lld/docs/ld.lld.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index c432aacf7f7..f9711577bba 100644 --- a/lld/docs/ld.lld.1 +++ b/lld/docs/ld.lld.1 @@ -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 |

