summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-02-24 04:13:08 +0000
committerRui Ueyama <ruiu@google.com>2017-02-24 04:13:08 +0000
commit882fe7e81c47b4d52aca841ffa710109f29fc52a (patch)
treec02a25a7baa9ab26d60e87731564a241ef19aeed /lld/docs
parent835fc61e607de6d11aa89be9ba44290592872120 (diff)
Reorganize the document structure a bit.
C++11.rst is removed because LLD now follows the usual coding style of the LLVM project.
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/AtomLLD.rst2
-rw-r--r--lld/docs/C++11.rst9
-rw-r--r--lld/docs/development.rst6
-rw-r--r--lld/docs/index.rst1
4 files changed, 1 insertions, 17 deletions
diff --git a/lld/docs/AtomLLD.rst b/lld/docs/AtomLLD.rst
index 4d36ac60a7d..65e0c1f7853 100644
--- a/lld/docs/AtomLLD.rst
+++ b/lld/docs/AtomLLD.rst
@@ -46,9 +46,7 @@ Contents
design
getting_started
- ReleaseNotes
development
- windows_support
open_projects
sphinx_intro
diff --git a/lld/docs/C++11.rst b/lld/docs/C++11.rst
deleted file mode 100644
index 0c4391e7b03..00000000000
--- a/lld/docs/C++11.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-C++11
-=====
-
-Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of
-LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding
-Standards`_ for details on the precise subset of C++11 supported by the various
-host compilers.
-
-.. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html
diff --git a/lld/docs/development.rst b/lld/docs/development.rst
index 918e1778b80..1bd8c11ab41 100644
--- a/lld/docs/development.rst
+++ b/lld/docs/development.rst
@@ -5,11 +5,6 @@ Development
lld is developed as part of the `LLVM <http://llvm.org>`_ project.
-Using C++11 in lld
-------------------
-
-:doc:`C++11`.
-
Creating a Reader
-----------------
@@ -43,6 +38,5 @@ information on writing documentation for the project, see the
.. toctree::
:hidden:
- C++11
Readers
Driver
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index 1538e8d9c0c..0471936b052 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -141,3 +141,4 @@ document soon.
NewLLD
AtomLLD
+ windows_support