Fangrui Song bb4a36ea28 [ELF] Propagate LMA offset to sections with neither AT() nor AT>
Fixes https://bugs.llvm.org/show_bug.cgi?id=45313
Also fixes linkerscript/{at4.s,overlay.test} LMA address issues exposed by
011b785505b1f6d315a93fd0a0409576ad8d1805.
Related: D74297

This patch improves emulation of GNU ld's heuristics on the difference
between the LMA and the VMA:
https://sourceware.org/binutils/docs/ld/Output-Section-LMA.html#Output-Section-LMA

New test linkerscript/lma-offset.s (based on at4.s) demonstrates some behaviors.

Reviewed By: psmith

Differential Revision: https://reviews.llvm.org/D76995
2020-04-01 08:19:06 -07:00
..
2020-03-22 22:49:33 +01:00
2020-01-15 13:38:01 +01:00
2020-03-22 22:49:33 +01:00
2020-03-22 22:49:33 +01:00
2020-03-22 22:49:33 +01:00
2019-04-11 07:31:03 +00:00
2020-03-22 22:49:33 +01:00
2018-12-21 22:40:10 +00:00
2018-11-29 02:55:25 +00:00
2020-03-02 21:01:50 -05:00

lld Documentation
=================

The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

We currently use the 'nature' theme and a Beaker inspired structure.

See sphinx_intro.rst for more details.