[lld] r296088 - Add notes about the scope of the documents.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 20:31:08 PST 2017


Author: ruiu
Date: Thu Feb 23 22:31:08 2017
New Revision: 296088

URL: http://llvm.org/viewvc/llvm-project?rev=296088&view=rev
Log:
Add notes about the scope of the documents.

Modified:
    lld/trunk/docs/AtomLLD.rst
    lld/trunk/docs/Driver.rst
    lld/trunk/docs/Readers.rst
    lld/trunk/docs/design.rst
    lld/trunk/docs/development.rst

Modified: lld/trunk/docs/AtomLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/AtomLLD.rst?rev=296088&r1=296087&r2=296088&view=diff
==============================================================================
--- lld/trunk/docs/AtomLLD.rst (original)
+++ lld/trunk/docs/AtomLLD.rst Thu Feb 23 22:31:08 2017
@@ -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.
 

Modified: lld/trunk/docs/Driver.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/Driver.rst?rev=296088&r1=296087&r2=296088&view=diff
==============================================================================
--- lld/trunk/docs/Driver.rst (original)
+++ lld/trunk/docs/Driver.rst Thu Feb 23 22:31:08 2017
@@ -2,6 +2,9 @@
 Driver
 ======
 
+Note: this document discuss Mach-O port of LLD. For ELF and COFF,
+see :doc:`index`.
+
 .. contents::
    :local:
 

Modified: lld/trunk/docs/Readers.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/Readers.rst?rev=296088&r1=296087&r2=296088&view=diff
==============================================================================
--- lld/trunk/docs/Readers.rst (original)
+++ lld/trunk/docs/Readers.rst Thu Feb 23 22:31:08 2017
@@ -3,6 +3,9 @@
 Developing lld Readers
 ======================
 
+Note: this document discuss Mach-O port of LLD. For ELF and COFF,
+see :doc:`index`.
+
 Introduction
 ------------
 

Modified: lld/trunk/docs/design.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/design.rst?rev=296088&r1=296087&r2=296088&view=diff
==============================================================================
--- lld/trunk/docs/design.rst (original)
+++ lld/trunk/docs/design.rst Thu Feb 23 22:31:08 2017
@@ -3,6 +3,9 @@
 Linker Design
 =============
 
+Note: this document discuss Mach-O port of LLD. For ELF and COFF,
+see :doc:`index`.
+
 Introduction
 ------------
 

Modified: lld/trunk/docs/development.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/development.rst?rev=296088&r1=296087&r2=296088&view=diff
==============================================================================
--- lld/trunk/docs/development.rst (original)
+++ lld/trunk/docs/development.rst Thu Feb 23 22:31:08 2017
@@ -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 <http://llvm.org>`_ project.
 
 Creating a Reader




More information about the llvm-commits mailing list