[PATCH] D75921: [LLD][DOCS][ELF]Add initial LLD LinkerScript docs page
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 08:07:01 PDT 2020
grimar added a comment.
Nice!
================
Comment at: lld/docs/ELF/linker_script.rst:6
+implementation policy is to implement linker script features as they are
+documented in the ld `manual https://sourceware.org/binutils/docs/ld/Scripts.html`
+We consider it a bug if the lld implementation does not agree with the manual
----------------
`index.rst` uses a different formar of URL:
```
`Getting Started with the LLVM System
<http://llvm.org/docs/GettingStarted.html>`
```
(I just do not know is it important or not, I guess it can be)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75921/new/
https://reviews.llvm.org/D75921
More information about the llvm-commits
mailing list