From 28f46ba46f9a25156350c865e472951780932d35 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 24 Feb 2017 04:31:08 +0000 Subject: [PATCH] Add notes about the scope of the documents. llvm-svn: 296088 --- lld/docs/AtomLLD.rst | 3 +++ lld/docs/Driver.rst | 3 +++ lld/docs/Readers.rst | 3 +++ lld/docs/design.rst | 3 +++ lld/docs/development.rst | 3 +++ 5 files changed, 15 insertions(+) diff --git a/lld/docs/AtomLLD.rst b/lld/docs/AtomLLD.rst index 65e0c1f78532..614e568d1997 100644 --- a/lld/docs/AtomLLD.rst +++ b/lld/docs/AtomLLD.rst @@ -1,6 +1,9 @@ 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. Currently it supports Mach-O. diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst index f1105ffb32ce..27b378712a6c 100644 --- a/lld/docs/Driver.rst +++ b/lld/docs/Driver.rst @@ -2,6 +2,9 @@ Driver ====== +Note: this document discuss Mach-O port of LLD. For ELF and COFF, +see :doc:`index`. + .. contents:: :local: diff --git a/lld/docs/Readers.rst b/lld/docs/Readers.rst index f9499635b72c..b69a0b34fabe 100644 --- a/lld/docs/Readers.rst +++ b/lld/docs/Readers.rst @@ -3,6 +3,9 @@ Developing lld Readers ====================== +Note: this document discuss Mach-O port of LLD. For ELF and COFF, +see :doc:`index`. + Introduction ------------ diff --git a/lld/docs/design.rst b/lld/docs/design.rst index 14d180936902..1e111f979bb5 100644 --- a/lld/docs/design.rst +++ b/lld/docs/design.rst @@ -3,6 +3,9 @@ Linker Design ============= +Note: this document discuss Mach-O port of LLD. For ELF and COFF, +see :doc:`index`. + Introduction ------------ diff --git a/lld/docs/development.rst b/lld/docs/development.rst index 1bd8c11ab413..ce91341d665f 100644 --- a/lld/docs/development.rst +++ b/lld/docs/development.rst @@ -3,6 +3,9 @@ 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 `_ project. Creating a Reader