Add notes about the scope of the documents.

llvm-svn: 296088
This commit is contained in:
Rui Ueyama 2017-02-24 04:31:08 +00:00
parent 8b1c940c0b
commit 28f46ba46f
5 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,9 @@
ATOM-based lld ATOM-based lld
============== ==============
Note: this document discuss Mach-O port of LLD. For ELF and COFF,
see :doc:`index`.
ATOM-based lld is a new set of modular code for creating linker tools. ATOM-based lld is a new set of modular code for creating linker tools.
Currently it supports Mach-O. Currently it supports Mach-O.

View File

@ -2,6 +2,9 @@
Driver Driver
====== ======
Note: this document discuss Mach-O port of LLD. For ELF and COFF,
see :doc:`index`.
.. contents:: .. contents::
:local: :local:

View File

@ -3,6 +3,9 @@
Developing lld Readers Developing lld Readers
====================== ======================
Note: this document discuss Mach-O port of LLD. For ELF and COFF,
see :doc:`index`.
Introduction Introduction
------------ ------------

View File

@ -3,6 +3,9 @@
Linker Design Linker Design
============= =============
Note: this document discuss Mach-O port of LLD. For ELF and COFF,
see :doc:`index`.
Introduction Introduction
------------ ------------

View File

@ -3,6 +3,9 @@
Development Development
=========== ===========
Note: this document discuss Mach-O port of LLD. For ELF and COFF,
see :doc:`index`.
lld is developed as part of the `LLVM <http://llvm.org>`_ project. lld is developed as part of the `LLVM <http://llvm.org>`_ project.
Creating a Reader Creating a Reader