This patch changes the archive handling to enable the semantics needed for legacy FORTRAN common blocks and block data. When we have a COMMON definition of a symbol and are including an archive, LLD will now search the members for global/weak defintions to override the COMMON symbol. The previous LLD behavior (where a member would only be included if it satisifed some other needed symbol definition) can be re-enabled with the option '-no-fortran-common'. Differential Revision: https://reviews.llvm.org/D86142 |
||
|---|---|---|
| .. | ||
| ELF | ||
| _static | ||
| _templates | ||
| llvm-theme | ||
| AtomLLD.rst | ||
| CMakeLists.txt | ||
| Driver.rst | ||
| NewLLD.rst | ||
| Partitions.rst | ||
| README.txt | ||
| Readers.rst | ||
| ReleaseNotes.rst | ||
| WebAssembly.rst | ||
| conf.py | ||
| design.rst | ||
| development.rst | ||
| error_handling_script.rst | ||
| getting_started.rst | ||
| hello.png | ||
| index.rst | ||
| ld.lld.1 | ||
| make.bat | ||
| missingkeyfunction.rst | ||
| open_projects.rst | ||
| partitions.dot | ||
| partitions.svg | ||
| sphinx_intro.rst | ||
| windows_support.rst | ||
README.txt
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.