forked from OSchip/llvm-project
Add notes about the scope of the documents.
llvm-svn: 296088
This commit is contained in:
parent
8b1c940c0b
commit
28f46ba46f
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue