summaryrefslogtreecommitdiff
path: root/docs/LibTooling.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 13:23:37 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 13:23:37 +0000
commit8cbdac65c520ef8239d00ac3d6bc184baaecb678 (patch)
tree76907399b1d6c5c884e457e1f0694dba90bf89b1 /docs/LibTooling.rst
parent159cc9e6f6c9cdfe571a90d341c29b31bf1007fe (diff)
downloadclang-8cbdac65c520ef8239d00ac3d6bc184baaecb678.tar.gz
docs: Remove useless discussion.
The linked Makefile is always up to date, so there's no point in having a rotting list of libraries. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LibTooling.rst')
-rw-r--r--docs/LibTooling.rst21
1 files changed, 2 insertions, 19 deletions
diff --git a/docs/LibTooling.rst b/docs/LibTooling.rst
index b739aed14a..5a9c57910c 100644
--- a/docs/LibTooling.rst
+++ b/docs/LibTooling.rst
@@ -184,23 +184,6 @@ with ``-v`` and look at the search paths it looks through.
Linking
^^^^^^^
-Please note that this presents the linking requirements at the time of this
-writing. For the most up-to-date information, look at one of the tools'
-Makefiles (for example `clang-check/Makefile
+For a list of libraries to link, look at one of the tools' Makefiles (for
+example `clang-check/Makefile
<http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup>`_).
-
-To link a binary using the tooling infrastructure, link in the following
-libraries:
-
-* Tooling
-* Frontend
-* Driver
-* Serialization
-* Parse
-* Sema
-* Analysis
-* Edit
-* AST
-* Lex
-* Basic
-